Html Css Color HEX #C09695 Rosy Brown

📋 copy color: '#C09695'

red 192 ◦ green 150 ◦ blue 149

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

Shades of Rosy Brown #C09695

Tints of Rosy Brown #C09695

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.55%

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

R = 39.1%
G = 30.55%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C09695 (or 0xC09695) is known color: Rosy Brown. HEX triplet: C0, 96 and 95. RGB value is (192,150,149). Sum of RGB (Red+Green+Blue) = 192+150+149=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C09695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09695 is #3F696A. Grayscale: #A2A2A2. Windows color (decimal): -4155755 or 9803456. OLE color: 9803456.

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

Color convert

RGB 192 150 149 -
CMYK 0 0.22 0.22 0.25
HSL 1.4º 0.25% 0.67% -
HSV(B) 1.4º 0.22% 0.75% -
XYZ 38.07 35.19 33.22 -
YUV 162.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 192 150 149 0 0.22 0.22 0.25 1.4 0.25 0.67
Hex C0 96 95 0 16 16 19 1 19 43
Octal 300 226 225 0 26 26 31 1 31 103
Binary 11000000 10010110 10010101 0 10110 10110 11001 1 11001 1000011

Color Harmonies of #C09695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09695

Black with #C09695

Text Example


Text Example

White with #C09695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09695; }

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

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

background-color css

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

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

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

border-color css

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

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

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