Html Css Color HEX #CCA795 Rose

📋 copy color: '#CCA795'

red 204 ◦ green 167 ◦ blue 149

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

Shades of Rose #CCA795

Tints of Rose #CCA795

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.12%

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

R = 39.23%
G = 32.12%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CCA795 (or 0xCCA795) is known color: Rose. HEX triplet: CC, A7 and 95. RGB value is (204,167,149). Sum of RGB (Red+Green+Blue) = 204+167+149=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 167 (65.62% from 255 or 32.12% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA795 is #33586A. Grayscale: #B0B0B0. Windows color (decimal): -3364971 or 9807820. OLE color: 9807820.

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

Color convert

RGB 204 167 149 -
CMYK 0 0.18 0.27 0.2
HSL 19.64º 0.35% 0.69% -
HSV(B) 19.64º 0.27% 0.8% -
XYZ 44.15 42.64 34.34 -
YUV 176.01 112.76 147.96 -
System Red Green Blue C M Y K H S L
Decimal 204 167 149 0 0.18 0.27 0.2 19.64 0.35 0.69
Hex CC A7 95 0 12 1B 14 14 23 45
Octal 314 247 225 0 22 33 24 24 43 105
Binary 11001100 10100111 10010101 0 10010 11011 10100 10100 100011 1000101

Color Harmonies of #CCA795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA795

Black with #CCA795

Text Example


Text Example

White with #CCA795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA795; }

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

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

background-color css

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

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

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

border-color css

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

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

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