#CCA69F

Color #CCA69F Eunry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eunry #CCA69F

Tints of Eunry #CCA69F

Color information

#CCA69F (or 0xCCA69F) is unknown color: approx Eunry. HEX triplet: CC, A6 and 9F. RGB value is (204,166,159). Sum of RGB (Red+Green+Blue) = 204+166+159=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA69F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA69F is #335960. Grayscale: #B0B0B0. Windows color (decimal): -3365217 or 10462924. OLE color: 10462924.

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

Color convert

RGB204166159-
CMYK00.190.220.2
HSL9.33º30.61%71.18%-
HSV(B)9.33º22.06%80%-
XYZ44.842.6138.67-
YUV176.56118.09147.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.56%
GREEN value IS 166 (65.23% from 255) = 31.38%
BLUE value IS 159 (62.5% from 255) = 30.06%
R=38.56%
G=31.38%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416615900.190.220.29.3330.6171.18
HexCCA69F013161491f47
Octal31424623702326241137107
Binary11001100101001101001111101001110110101001001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA69F; }

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

 H1.HeaderClassName
 {
   color: #CCA69F;
 }
 .AnyTagClassName
 {
   color: #CCA69F;
 }
</style>
background-color css

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

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

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

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

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

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