Html Css Color HEX #C09797 Rosy Brown

📋 copy color: '#C09797'

red 192 ◦ green 151 ◦ blue 151

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

Shades of Rosy Brown #C09797

Tints of Rosy Brown #C09797

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.57%

 BLUE value IS 151 (59.38% from 255) = 30.57%

R = 38.87%
G = 30.57%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C09797 (or 0xC09797) is known color: Rosy Brown. HEX triplet: C0, 97 and 97. RGB value is (192,151,151). Sum of RGB (Red+Green+Blue) = 192+151+151=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C09797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09797 is #3F6868. Grayscale: #A3A3A3. Windows color (decimal): -4155497 or 9934784. OLE color: 9934784.

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

Color convert

RGB 192 151 151 -
CMYK 0 0.21 0.21 0.25
HSL 0.25% 0.67% -
HSV(B) 0.21% 0.75% -
XYZ 38.39 35.57 34.12 -
YUV 163.26 121.08 148.5 -
System Red Green Blue C M Y K H S L
Decimal 192 151 151 0 0.21 0.21 0.25 0 0.25 0.67
Hex C0 97 97 0 15 15 19 0 19 43
Octal 300 227 227 0 25 25 31 0 31 103
Binary 11000000 10010111 10010111 0 10101 10101 11001 0 11001 1000011

Color Harmonies of #C09797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09797

Black with #C09797

Text Example


Text Example

White with #C09797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09797; }

 p { color: rgb(192,151,151); }

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

background-color css

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

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

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

border-color css

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

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

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