Html Css Color HEX #CCA695 Rose

📋 copy color: '#CCA695'

red 204 ◦ green 166 ◦ blue 149

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

Shades of Rose #CCA695

Tints of Rose #CCA695

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.98%

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

R = 39.31%
G = 31.98%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CCA695 (or 0xCCA695) is known color: Rose. HEX triplet: CC, A6 and 95. RGB value is (204,166,149). Sum of RGB (Red+Green+Blue) = 204+166+149=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA695 is #33596A. Grayscale: #AFAFAF. Windows color (decimal): -3365227 or 9807564. OLE color: 9807564.

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

Color convert

RGB 204 166 149 -
CMYK 0 0.19 0.27 0.2
HSL 18.55º 0.35% 0.69% -
HSV(B) 18.55º 0.27% 0.8% -
XYZ 43.96 42.28 34.28 -
YUV 175.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 204 166 149 0 0.19 0.27 0.2 18.55 0.35 0.69
Hex CC A6 95 0 13 1B 14 13 23 45
Octal 314 246 225 0 23 33 24 23 43 105
Binary 11001100 10100110 10010101 0 10011 11011 10100 10011 100011 1000101

Color Harmonies of #CCA695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA695

Black with #CCA695

Text Example


Text Example

White with #CCA695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA695; }

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

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

background-color css

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

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

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

border-color css

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

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

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