Html Css Color HEX #CCA696 Eunry

📋 copy color: '#CCA696'

red 204 ◦ green 166 ◦ blue 150

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

Shades of Eunry #CCA696

Tints of Eunry #CCA696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.85%

R = 39.23%
G = 31.92%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CCA696 (or 0xCCA696) is known color: Eunry. HEX triplet: CC, A6 and 96. RGB value is (204,166,150). Sum of RGB (Red+Green+Blue) = 204+166+150=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA696 is #335969. Grayscale: #AFAFAF. Windows color (decimal): -3365226 or 9873100. OLE color: 9873100.

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

Color convert

RGB 204 166 150 -
CMYK 0 0.19 0.26 0.2
HSL 17.78º 0.35% 0.69% -
HSV(B) 17.78º 0.26% 0.8% -
XYZ 44.04 42.31 34.7 -
YUV 175.54 113.59 148.3 -
System Red Green Blue C M Y K H S L
Decimal 204 166 150 0 0.19 0.26 0.2 17.78 0.35 0.69
Hex CC A6 96 0 13 1A 14 12 23 45
Octal 314 246 226 0 23 32 24 22 43 105
Binary 11001100 10100110 10010110 0 10011 11010 10100 10010 100011 1000101

Color Harmonies of #CCA696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA696

Black with #CCA696

Text Example


Text Example

White with #CCA696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA696; }

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

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

background-color css

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

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

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

border-color css

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

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

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