#C07F70

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

Shades of Brandy Rose #C07F70

Tints of Brandy Rose #C07F70

Color information

#C07F70 (or 0xC07F70) is unknown color: approx Brandy Rose. HEX triplet: C0, 7F and 70. RGB value is (192,127,112). Sum of RGB (Red+Green+Blue) = 192+127+112=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F70 is #3F808F. Grayscale: #909090. Windows color (decimal): -4161680 or 7372736. OLE color: 7372736.

HSL color Cylindrical-coordinate representation of color #C07F70: hue angle of 11.25º 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 #C07F70 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB192127112-
CMYK00.340.420.25
HSL11.25º38.83%59.61%-
HSV(B)11.25º41.67%75.29%-
XYZ32.2527.5618.95-
YUV144.72109.53161.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.55%
GREEN value IS 127 (50% from 255) = 29.47%
BLUE value IS 112 (44.14% from 255) = 25.99%
R=44.55%
G=29.47%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212711200.340.420.2511.2538.8359.61
HexC07F700222A19b273c
Octal3001771600425231134774
Binary11000000111111111100000100010101010110011011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07F70; }

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

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

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

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

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

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

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

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