#C08375

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

Shades of Brandy Rose #C08375

Tints of Brandy Rose #C08375

Color information

#C08375 (or 0xC08375) is unknown color: approx Brandy Rose. HEX triplet: C0, 83 and 75. RGB value is (192,131,117). Sum of RGB (Red+Green+Blue) = 192+131+117=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C08375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08375 is #3F7C8A. Grayscale: #939393. Windows color (decimal): -4160651 or 7701440. OLE color: 7701440.

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

Color convert

RGB192131117-
CMYK00.320.390.25
HSL11.2º37.31%60.59%-
HSV(B)11.2º39.06%75.29%-
XYZ33.0728.7220.63-
YUV147.64110.71159.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.64%
GREEN value IS 131 (51.56% from 255) = 29.77%
BLUE value IS 117 (46.09% from 255) = 26.59%
R=43.64%
G=29.77%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213111700.320.390.2511.237.3160.59
HexC083750202719b253d
Octal3002031650404731134575
Binary110000001000001111101010100000100111110011011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08375; }

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

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

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

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

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

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

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

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