#C07C7B

Color #C07C7B Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #C07C7B

Tints of Brandy Rose #C07C7B

Color information

#C07C7B (or 0xC07C7B) is unknown color: approx Brandy Rose. HEX triplet: C0, 7C and 7B. RGB value is (192,124,123). Sum of RGB (Red+Green+Blue) = 192+124+123=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07C7B is #3F8384. Grayscale: #909090. Windows color (decimal): -4162437 or 8092864. OLE color: 8092864.

HSL color Cylindrical-coordinate representation of color #C07C7B: hue angle of 0.87º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C07C7B is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB192124123-
CMYK00.350.360.25
HSL0.87º35.38%61.76%-
HSV(B)0.87º35.94%75.29%-
XYZ32.5227.0522.25-
YUV144.22116.03162.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 43.74%
GREEN value IS 124 (48.83% from 255) = 28.25%
BLUE value IS 123 (48.44% from 255) = 28.02%
R=43.74%
G=28.25%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212412300.350.360.250.8735.3861.76
HexC07C7B02324191233e
Octal300174173043443114376
Binary11000000111110011110110100011100100110011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07C7B; }

 p { color: rgb(192,124,123); }

 H1.HeaderClassName
 {
   color: #C07C7B;
 }
 .AnyTagClassName
 {
   color: #C07C7B;
 }
</style>
background-color css

<style>
 a { background-color: #C07C7B; }

 a { background-color: rgb(192,124,123); }

 div.DivClassName
 {
   background-color: #C07C7B;
 }
 .BgClassName
 {
   background-color: #C07C7B;
 }
</style>
border-color css

<style>
 span { border-color: #C07C7B; }

 span { border-color: rgb(192,124,123); }

 td.TdClassName
 {
   border-color: #C07C7B;
 }
 .TagClassName
 {
   border-color: #C07C7B;
 }
</style>