#C08B7A

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

Shades of Brandy Rose #C08B7A

Tints of Brandy Rose #C08B7A

Color information

#C08B7A (or 0xC08B7A) is unknown color: approx Brandy Rose. HEX triplet: C0, 8B and 7A. RGB value is (192,139,122). Sum of RGB (Red+Green+Blue) = 192+139+122=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08B7A is #3F7485. Grayscale: #999999. Windows color (decimal): -4158598 or 8031168. OLE color: 8031168.

HSL color Cylindrical-coordinate representation of color #C08B7A: hue angle of 14.57º degrees, saturation: 0.36, 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 #C08B7A is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB192139122-
CMYK00.280.360.25
HSL14.57º35.71%61.57%-
HSV(B)14.57º36.46%75.29%-
XYZ34.4831.0822.59-
YUV152.91110.56155.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.38%
GREEN value IS 139 (54.69% from 255) = 30.68%
BLUE value IS 122 (48.05% from 255) = 26.93%
R=42.38%
G=30.68%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213912200.280.360.2514.5735.7161.57
HexC08B7A01C2419f243e
Octal3002131720344431174476
Binary11000000100010111111010011100100100110011111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08B7A; }

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

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

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

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

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

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

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

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