Html Css Color HEX #CCA69D Eunry

📋 copy color: '#CCA69D'

red 204 ◦ green 166 ◦ blue 157

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

Shades of Eunry #CCA69D

Tints of Eunry #CCA69D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.79%

R = 38.71%
G = 31.5%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CCA69D (or 0xCCA69D) is known color: Eunry. HEX triplet: CC, A6 and 9D. RGB value is (204,166,157). Sum of RGB (Red+Green+Blue) = 204+166+157=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA69D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA69D is #335962. Grayscale: #B0B0B0. Windows color (decimal): -3365219 or 10331852. OLE color: 10331852.

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

Color convert

RGB 204 166 157 -
CMYK 0 0.19 0.23 0.2
HSL 11.49º 0.32% 0.71% -
HSV(B) 11.49º 0.23% 0.8% -
XYZ 44.62 42.54 37.76 -
YUV 176.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 204 166 157 0 0.19 0.23 0.2 11.49 0.32 0.71
Hex CC A6 9D 0 13 17 14 B 20 47
Octal 314 246 235 0 23 27 24 13 40 107
Binary 11001100 10100110 10011101 0 10011 10111 10100 1011 100000 1000111

Color Harmonies of #CCA69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA69D

Black with #CCA69D

Text Example


Text Example

White with #CCA69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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