Html Css Color HEX #CCA491 Rose

📋 copy color: '#CCA491'

red 204 ◦ green 164 ◦ blue 145

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

Shades of Rose #CCA491

Tints of Rose #CCA491

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.97%

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

R = 39.77%
G = 31.97%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CCA491 (or 0xCCA491) is known color: Rose. HEX triplet: CC, A4 and 91. RGB value is (204,164,145). Sum of RGB (Red+Green+Blue) = 204+164+145=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA491 is #335B6E. Grayscale: #ADADAD. Windows color (decimal): -3365743 or 9544908. OLE color: 9544908.

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

Color convert

RGB 204 164 145 -
CMYK 0 0.20 0.29 0.2
HSL 19.32º 0.37% 0.68% -
HSV(B) 19.32º 0.29% 0.8% -
XYZ 43.29 41.43 32.5 -
YUV 173.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 204 164 145 0 0.20 0.29 0.2 19.32 0.37 0.68
Hex CC A4 91 0 14 1D 14 13 25 44
Octal 314 244 221 0 24 35 24 23 45 104
Binary 11001100 10100100 10010001 0 10100 11101 10100 10011 100101 1000100

Color Harmonies of #CCA491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA491

Black with #CCA491

Text Example


Text Example

White with #CCA491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA491; }

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

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

background-color css

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

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

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

border-color css

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

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

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