Html Css Color HEX #C09A96 Rosy Brown

📋 copy color: '#C09A96'

red 192 ◦ green 154 ◦ blue 150

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

Shades of Rosy Brown #C09A96

Tints of Rosy Brown #C09A96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.24%

R = 38.71%
G = 31.05%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C09A96 (or 0xC09A96) is known color: Rosy Brown. HEX triplet: C0, 9A and 96. RGB value is (192,154,150). Sum of RGB (Red+Green+Blue) = 192+154+150=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09A96 is #3F6569. Grayscale: #A4A4A4. Windows color (decimal): -4154730 or 9870016. OLE color: 9870016.

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

Color convert

RGB 192 154 150 -
CMYK 0 0.20 0.22 0.25
HSL 5.71º 0.25% 0.67% -
HSV(B) 5.71º 0.22% 0.75% -
XYZ 38.8 36.52 33.86 -
YUV 164.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 192 154 150 0 0.20 0.22 0.25 5.71 0.25 0.67
Hex C0 9A 96 0 14 16 19 6 19 43
Octal 300 232 226 0 24 26 31 6 31 103
Binary 11000000 10011010 10010110 0 10100 10110 11001 110 11001 1000011

Color Harmonies of #C09A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09A96

Black with #C09A96

Text Example


Text Example

White with #C09A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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