Html Css Color HEX #C09A99 Rosy Brown

📋 copy color: '#C09A99'

red 192 ◦ green 154 ◦ blue 153

#C09A99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rosy Brown #C09A99

Tints of Rosy Brown #C09A99

RGB

 RED value IS 192 (75.39% from 255) = 38.48%

 GREEN value IS 154 (60.55% from 255) = 30.86%

 BLUE value IS 153 (60.16% from 255) = 30.66%

R = 38.48%
G = 30.86%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C09A99 (or 0xC09A99) is known color: Rosy Brown. HEX triplet: C0, 9A and 99. RGB value is (192,154,153). Sum of RGB (Red+Green+Blue) = 192+154+153=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09A99 is #3F6566. Grayscale: #A5A5A5. Windows color (decimal): -4154727 or 10066624. OLE color: 10066624.

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

Color convert

RGB 192 154 153 -
CMYK 0 0.20 0.20 0.25
HSL 1.54º 0.24% 0.68% -
HSV(B) 1.54º 0.2% 0.75% -
XYZ 39.04 36.62 35.15 -
YUV 165.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 192 154 153 0 0.20 0.20 0.25 1.54 0.24 0.68
Hex C0 9A 99 0 14 14 19 2 18 44
Octal 300 232 231 0 24 24 31 2 30 104
Binary 11000000 10011010 10011001 0 10100 10100 11001 10 11000 1000100

Color Harmonies of #C09A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09A99

Black with #C09A99

Text Example


Text Example

White with #C09A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09A99; }

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

 H1.HeaderClassName
 {
   color: #C09A99;
 }
 .AnyTagClassName
 {
   color: #C09A99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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