Html Css Color HEX #C09795 Rosy Brown

📋 copy color: '#C09795'

red 192 ◦ green 151 ◦ blue 149

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

Shades of Rosy Brown #C09795

Tints of Rosy Brown #C09795

RGB

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

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

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

R = 39.02%
G = 30.69%
B = 30.28%

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

#C09795 (or 0xC09795) is known color: Rosy Brown. HEX triplet: C0, 97 and 95. RGB value is (192,151,149). Sum of RGB (Red+Green+Blue) = 192+151+149=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C09795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09795 is #3F686A. Grayscale: #A3A3A3. Windows color (decimal): -4155499 or 9803712. OLE color: 9803712.

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

Color convert

RGB 192 151 149 -
CMYK 0 0.21 0.22 0.25
HSL 2.79º 0.25% 0.67% -
HSV(B) 2.79º 0.22% 0.75% -
XYZ 38.23 35.51 33.27 -
YUV 163.03 120.08 148.66 -
System Red Green Blue C M Y K H S L
Decimal 192 151 149 0 0.21 0.22 0.25 2.79 0.25 0.67
Hex C0 97 95 0 15 16 19 3 19 43
Octal 300 227 225 0 25 26 31 3 31 103
Binary 11000000 10010111 10010101 0 10101 10110 11001 11 11001 1000011

Color Harmonies of #C09795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09795

Black with #C09795

Text Example


Text Example

White with #C09795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09795; }

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

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

background-color css

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

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

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

border-color css

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

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

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