Html Css Color HEX #CCA595 Rose

📋 copy color: '#CCA595'

red 204 ◦ green 165 ◦ blue 149

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

Shades of Rose #CCA595

Tints of Rose #CCA595

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.85%

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

R = 39.38%
G = 31.85%
B = 28.76%

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

#CCA595 (or 0xCCA595) is known color: Rose. HEX triplet: CC, A5 and 95. RGB value is (204,165,149). Sum of RGB (Red+Green+Blue) = 204+165+149=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA595 is #335A6A. Grayscale: #AEAEAE. Windows color (decimal): -3365483 or 9807308. OLE color: 9807308.

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

Color convert

RGB 204 165 149 -
CMYK 0 0.19 0.27 0.2
HSL 17.45º 0.35% 0.69% -
HSV(B) 17.45º 0.27% 0.8% -
XYZ 43.78 41.92 34.22 -
YUV 174.84 113.42 148.8 -
System Red Green Blue C M Y K H S L
Decimal 204 165 149 0 0.19 0.27 0.2 17.45 0.35 0.69
Hex CC A5 95 0 13 1B 14 11 23 45
Octal 314 245 225 0 23 33 24 21 43 105
Binary 11001100 10100101 10010101 0 10011 11011 10100 10001 100011 1000101

Color Harmonies of #CCA595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA595

Black with #CCA595

Text Example


Text Example

White with #CCA595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA595; }

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

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

background-color css

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

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

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

border-color css

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

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

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