Html Css Color HEX #C09895 Rosy Brown

📋 copy color: '#C09895'

red 192 ◦ green 152 ◦ blue 149

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

Shades of Rosy Brown #C09895

Tints of Rosy Brown #C09895

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.83%

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

R = 38.95%
G = 30.83%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C09895 (or 0xC09895) is known color: Rosy Brown. HEX triplet: C0, 98 and 95. RGB value is (192,152,149). Sum of RGB (Red+Green+Blue) = 192+152+149=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C09895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09895 is #3F676A. Grayscale: #A3A3A3. Windows color (decimal): -4155243 or 9803968. OLE color: 9803968.

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

Color convert

RGB 192 152 149 -
CMYK 0 0.21 0.22 0.25
HSL 4.19º 0.25% 0.67% -
HSV(B) 4.19º 0.22% 0.75% -
XYZ 38.39 35.83 33.33 -
YUV 163.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 192 152 149 0 0.21 0.22 0.25 4.19 0.25 0.67
Hex C0 98 95 0 15 16 19 4 19 43
Octal 300 230 225 0 25 26 31 4 31 103
Binary 11000000 10011000 10010101 0 10101 10110 11001 100 11001 1000011

Color Harmonies of #C09895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09895

Black with #C09895

Text Example


Text Example

White with #C09895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09895; }

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

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

background-color css

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

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

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

border-color css

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

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

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