#C09B9A

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

Shades of Rosy Brown #C09B9A

Tints of Rosy Brown #C09B9A

Color information

#C09B9A (or 0xC09B9A) is unknown color: approx Rosy Brown. HEX triplet: C0, 9B and 9A. RGB value is (192,155,154). Sum of RGB (Red+Green+Blue) = 192+155+154=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09B9A is #3F6465. Grayscale: #A5A5A5. Windows color (decimal): -4154470 or 10132416. OLE color: 10132416.

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

Color convert

RGB192155154-
CMYK00.190.200.25
HSL1.58º23.17%67.84%-
HSV(B)1.58º19.79%75.29%-
XYZ39.2936.9835.64-
YUV165.95121.26146.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.32%
GREEN value IS 155 (60.94% from 255) = 30.94%
BLUE value IS 154 (60.55% from 255) = 30.74%
R=38.32%
G=30.94%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215515400.190.200.251.5823.1767.84
HexC09B9A013141921744
Octal3002332320232431227104
Binary110000001001101110011010010011101001100110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09B9A; }

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

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

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

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

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

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

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

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