#c07d70

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

Shades of Brandy Rose #C07D70

Tints of Brandy Rose #C07D70

Color information

#C07D70 (or 0xC07D70) is unknown color: approx Brandy Rose. HEX triplet: C0, 7D and 70. RGB value is (192,125,112). Sum of RGB (Red+Green+Blue) = 192+125+112=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07D70 is #3F828F. Grayscale: #8F8F8F. Windows color (decimal): -4162192 or 7372224. OLE color: 7372224.

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

Color convert

RGB192125112-
CMYK00.350.420.25
HSL9.75º38.83%59.61%-
HSV(B)9.75º41.67%75.29%-
XYZ3227.0418.86-
YUV143.55110.2162.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.76%
GREEN value IS 125 (49.22% from 255) = 29.14%
BLUE value IS 112 (44.14% from 255) = 26.11%
R=44.76%
G=29.14%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212511200.350.420.259.7538.8359.61
HexC07D700232A19a273c
Octal3001751600435231124774
Binary11000000111110111100000100011101010110011010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c07d70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c07d70; }

 p { color: rgb(192,125,112); }

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

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

 a { background-color: rgb(192,125,112); }

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

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

 span { border-color: rgb(192,125,112); }

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