Html Css Color HEX #C09C9C Rosy Brown

📋 copy color: '#C09C9C'

red 192 ◦ green 156 ◦ blue 156

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

Shades of Rosy Brown #C09C9C

Tints of Rosy Brown #C09C9C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.95%

 BLUE value IS 156 (61.33% from 255) = 30.95%

R = 38.1%
G = 30.95%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C09C9C (or 0xC09C9C) is known color: Rosy Brown. HEX triplet: C0, 9C and 9C. RGB value is (192,156,156). Sum of RGB (Red+Green+Blue) = 192+156+156=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09C9C is #3F6363. Grayscale: #A6A6A6. Windows color (decimal): -4154212 or 10263744. OLE color: 10263744.

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

Color convert

RGB 192 156 156 -
CMYK 0 0.19 0.19 0.25
HSL 0.22% 0.68% -
HSV(B) 0.19% 0.75% -
XYZ 39.63 37.38 36.58 -
YUV 166.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 192 156 156 0 0.19 0.19 0.25 0 0.22 0.68
Hex C0 9C 9C 0 13 13 19 0 16 44
Octal 300 234 234 0 23 23 31 0 26 104
Binary 11000000 10011100 10011100 0 10011 10011 11001 0 10110 1000100

Color Harmonies of #C09C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09C9C

Black with #C09C9C

Text Example


Text Example

White with #C09C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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