Html Css Color HEX #CC9191 Rosy Brown

📋 copy color: '#CC9191'

red 204 ◦ green 145 ◦ blue 145

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

Shades of Rosy Brown #CC9191

Tints of Rosy Brown #CC9191

RGB

 RED value IS 204 (80.08% from 255) = 41.3%

 GREEN value IS 145 (57.03% from 255) = 29.35%

 BLUE value IS 145 (57.03% from 255) = 29.35%

R = 41.3%
G = 29.35%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC9191 (or 0xCC9191) is known color: Rosy Brown. HEX triplet: CC, 91 and 91. RGB value is (204,145,145). Sum of RGB (Red+Green+Blue) = 204+145+145=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9191 is #336E6E. Grayscale: #A2A2A2. Windows color (decimal): -3370607 or 9540044. OLE color: 9540044.

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

Color convert

RGB 204 145 145 -
CMYK 0 0.29 0.29 0.2
HSL 0.37% 0.68% -
HSV(B) 0.29% 0.8% -
XYZ 40.14 35.13 31.45 -
YUV 162.64 118.05 157.5 -
System Red Green Blue C M Y K H S L
Decimal 204 145 145 0 0.29 0.29 0.2 0 0.37 0.68
Hex CC 91 91 0 1D 1D 14 0 25 44
Octal 314 221 221 0 35 35 24 0 45 104
Binary 11001100 10010001 10010001 0 11101 11101 10100 0 100101 1000100

Color Harmonies of #CC9191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9191

Black with #CC9191

Text Example


Text Example

White with #CC9191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9191; }

 p { color: rgb(204,145,145); }

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

background-color css

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

 a { background-color: rgb(204,145,145); }

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

border-color css

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

 span { border-color: rgb(204,145,145); }

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