#C09C9B

Color #C09C9B Rosy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rosy Brown #C09C9B

Tints of Rosy Brown #C09C9B

Color information

#C09C9B (or 0xC09C9B) is unknown color: approx Rosy Brown. HEX triplet: C0, 9C and 9B. RGB value is (192,156,155). Sum of RGB (Red+Green+Blue) = 192+156+155=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09C9B is #3F6364. Grayscale: #A6A6A6. Windows color (decimal): -4154213 or 10198208. OLE color: 10198208.

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

Color convert

RGB192156155-
CMYK00.190.190.25
HSL1.62º22.7%68.04%-
HSV(B)1.62º19.27%75.29%-
XYZ39.5437.3536.14-
YUV166.65121.43146.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.17%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 155 (60.94% from 255) = 30.82%
R=38.17%
G=31.01%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215615500.190.190.251.6222.768.04
HexC09C9B013131921744
Octal3002342330232331227104
Binary110000001001110010011011010011100111100110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09C9B; }

 p { color: rgb(192,156,155); }

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

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

 a { background-color: rgb(192,156,155); }

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

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

 span { border-color: rgb(192,156,155); }

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