#C08675

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

Shades of Brandy Rose #C08675

Tints of Brandy Rose #C08675

Color information

#C08675 (or 0xC08675) is unknown color: approx Brandy Rose. HEX triplet: C0, 86 and 75. RGB value is (192,134,117). Sum of RGB (Red+Green+Blue) = 192+134+117=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C08675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08675 is #3F798A. Grayscale: #959595. Windows color (decimal): -4159883 or 7702208. OLE color: 7702208.

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

Color convert

RGB192134117-
CMYK00.300.390.25
HSL13.6º37.31%60.59%-
HSV(B)13.6º39.06%75.29%-
XYZ33.4729.5420.77-
YUV149.4109.72158.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.34%
GREEN value IS 134 (52.73% from 255) = 30.25%
BLUE value IS 117 (46.09% from 255) = 26.41%
R=43.34%
G=30.25%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213411700.300.390.2513.637.3160.59
HexC0867501E2719e253d
Octal3002061650364731164575
Binary11000000100001101110101011110100111110011110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08675; }

 p { color: rgb(192,134,117); }

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

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

 a { background-color: rgb(192,134,117); }

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

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

 span { border-color: rgb(192,134,117); }

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