Html Css Color HEX #CCA195 Rose

📋 copy color: '#CCA195'

red 204 ◦ green 161 ◦ blue 149

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

Shades of Rose #CCA195

Tints of Rose #CCA195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.99%

R = 39.69%
G = 31.32%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CCA195 (or 0xCCA195) is known color: Rose. HEX triplet: CC, A1 and 95. RGB value is (204,161,149). Sum of RGB (Red+Green+Blue) = 204+161+149=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA195 is #335E6A. Grayscale: #ACACAC. Windows color (decimal): -3366507 or 9806284. OLE color: 9806284.

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

Color convert

RGB 204 161 149 -
CMYK 0 0.21 0.27 0.2
HSL 13.09º 0.35% 0.69% -
HSV(B) 13.09º 0.27% 0.8% -
XYZ 43.07 40.5 33.98 -
YUV 172.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 204 161 149 0 0.21 0.27 0.2 13.09 0.35 0.69
Hex CC A1 95 0 15 1B 14 D 23 45
Octal 314 241 225 0 25 33 24 15 43 105
Binary 11001100 10100001 10010101 0 10101 11011 10100 1101 100011 1000101

Color Harmonies of #CCA195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA195

Black with #CCA195

Text Example


Text Example

White with #CCA195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA195; }

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

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

background-color css

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

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

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

border-color css

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

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

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