Html Css Color HEX #C09995 Rosy Brown

📋 copy color: '#C09995'

red 192 ◦ green 153 ◦ blue 149

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

Shades of Rosy Brown #C09995

Tints of Rosy Brown #C09995

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.97%

 BLUE value IS 149 (58.59% from 255) = 30.16%

R = 38.87%
G = 30.97%
B = 30.16%

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

#C09995 (or 0xC09995) is known color: Rosy Brown. HEX triplet: C0, 99 and 95. RGB value is (192,153,149). Sum of RGB (Red+Green+Blue) = 192+153+149=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C09995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09995 is #3F666A. Grayscale: #A4A4A4. Windows color (decimal): -4154987 or 9804224. OLE color: 9804224.

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

Color convert

RGB 192 153 149 -
CMYK 0 0.20 0.22 0.25
HSL 5.58º 0.25% 0.67% -
HSV(B) 5.58º 0.22% 0.75% -
XYZ 38.55 36.16 33.38 -
YUV 164.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 192 153 149 0 0.20 0.22 0.25 5.58 0.25 0.67
Hex C0 99 95 0 14 16 19 6 19 43
Octal 300 231 225 0 24 26 31 6 31 103
Binary 11000000 10011001 10010101 0 10100 10110 11001 110 11001 1000011

Color Harmonies of #C09995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09995

Black with #C09995

Text Example


Text Example

White with #C09995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09995; }

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

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

background-color css

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

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

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

border-color css

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

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

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