Html Css Color HEX #C09794 Rosy Brown

📋 copy color: '#C09794'

red 192 ◦ green 151 ◦ blue 148

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

Shades of Rosy Brown #C09794

Tints of Rosy Brown #C09794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.14%

R = 39.1%
G = 30.75%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C09794 (or 0xC09794) is known color: Rosy Brown. HEX triplet: C0, 97 and 94. RGB value is (192,151,148). Sum of RGB (Red+Green+Blue) = 192+151+148=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C09794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09794 is #3F686B. Grayscale: #A2A2A2. Windows color (decimal): -4155500 or 9738176. OLE color: 9738176.

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

Color convert

RGB 192 151 148 -
CMYK 0 0.21 0.23 0.25
HSL 4.09º 0.26% 0.67% -
HSV(B) 4.09º 0.23% 0.75% -
XYZ 38.15 35.48 32.85 -
YUV 162.92 119.58 148.74 -
System Red Green Blue C M Y K H S L
Decimal 192 151 148 0 0.21 0.23 0.25 4.09 0.26 0.67
Hex C0 97 94 0 15 17 19 4 1A 43
Octal 300 227 224 0 25 27 31 4 32 103
Binary 11000000 10010111 10010100 0 10101 10111 11001 100 11010 1000011

Color Harmonies of #C09794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09794

Black with #C09794

Text Example


Text Example

White with #C09794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09794; }

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

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

background-color css

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

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

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

border-color css

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

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

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