Html Css Color HEX #C09694 Rosy Brown

📋 copy color: '#C09694'

red 192 ◦ green 150 ◦ blue 148

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

Shades of Rosy Brown #C09694

Tints of Rosy Brown #C09694

RGB

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

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

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

R = 39.18%
G = 30.61%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C09694 (or 0xC09694) is known color: Rosy Brown. HEX triplet: C0, 96 and 94. RGB value is (192,150,148). Sum of RGB (Red+Green+Blue) = 192+150+148=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C09694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09694 is #3F696B. Grayscale: #A2A2A2. Windows color (decimal): -4155756 or 9737920. OLE color: 9737920.

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

Color convert

RGB 192 150 148 -
CMYK 0 0.22 0.23 0.25
HSL 2.73º 0.26% 0.67% -
HSV(B) 2.73º 0.23% 0.75% -
XYZ 37.99 35.16 32.8 -
YUV 162.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 192 150 148 0 0.22 0.23 0.25 2.73 0.26 0.67
Hex C0 96 94 0 16 17 19 3 1A 43
Octal 300 226 224 0 26 27 31 3 32 103
Binary 11000000 10010110 10010100 0 10110 10111 11001 11 11010 1000011

Color Harmonies of #C09694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09694

Black with #C09694

Text Example


Text Example

White with #C09694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09694; }

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

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

background-color css

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

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

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

border-color css

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

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

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