#C07A79

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

Shades of Brandy Rose #C07A79

Tints of Brandy Rose #C07A79

Color information

#C07A79 (or 0xC07A79) is unknown color: approx Brandy Rose. HEX triplet: C0, 7A and 79. RGB value is (192,122,121). Sum of RGB (Red+Green+Blue) = 192+122+121=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07A79 is #3F8586. Grayscale: #8E8E8E. Windows color (decimal): -4162951 or 7961280. OLE color: 7961280.

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

Color convert

RGB192122121-
CMYK00.360.370.25
HSL0.85º36.04%61.37%-
HSV(B)0.85º36.98%75.29%-
XYZ32.1526.5121.51-
YUV142.82115.69163.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.14%
GREEN value IS 122 (48.05% from 255) = 28.05%
BLUE value IS 121 (47.66% from 255) = 27.82%
R=44.14%
G=28.05%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212212100.360.370.250.8536.0461.37
HexC07A7902425191243d
Octal300172171044453114475
Binary11000000111101011110010100100100101110011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07A79; }

 p { color: rgb(192,122,121); }

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

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

 a { background-color: rgb(192,122,121); }

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

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

 span { border-color: rgb(192,122,121); }

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