Html Css Color HEX #CCA191 Rose

📋 copy color: '#CCA191'

red 204 ◦ green 161 ◦ blue 145

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

Shades of Rose #CCA191

Tints of Rose #CCA191

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.57%

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

R = 40%
G = 31.57%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CCA191 (or 0xCCA191) is known color: Rose. HEX triplet: CC, A1 and 91. RGB value is (204,161,145). Sum of RGB (Red+Green+Blue) = 204+161+145=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA191 is #335E6E. Grayscale: #ACACAC. Windows color (decimal): -3366511 or 9544140. OLE color: 9544140.

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

Color convert

RGB 204 161 145 -
CMYK 0 0.21 0.29 0.2
HSL 16.27º 0.37% 0.68% -
HSV(B) 16.27º 0.29% 0.8% -
XYZ 42.76 40.37 32.33 -
YUV 172.03 112.75 150.8 -
System Red Green Blue C M Y K H S L
Decimal 204 161 145 0 0.21 0.29 0.2 16.27 0.37 0.68
Hex CC A1 91 0 15 1D 14 10 25 44
Octal 314 241 221 0 25 35 24 20 45 104
Binary 11001100 10100001 10010001 0 10101 11101 10100 10000 100101 1000100

Color Harmonies of #CCA191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA191

Black with #CCA191

Text Example


Text Example

White with #CCA191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA191; }

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

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

background-color css

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

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

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

border-color css

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

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

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