#CCA69B

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

Shades of Eunry #CCA69B

Tints of Eunry #CCA69B

Color information

#CCA69B (or 0xCCA69B) is unknown color: approx Eunry. HEX triplet: CC, A6 and 9B. RGB value is (204,166,155). Sum of RGB (Red+Green+Blue) = 204+166+155=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA69B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA69B is #335964. Grayscale: #B0B0B0. Windows color (decimal): -3365221 or 10200780. OLE color: 10200780.

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

Color convert

RGB204166155-
CMYK00.190.240.2
HSL13.47º32.45%70.39%-
HSV(B)13.47º24.02%80%-
XYZ44.4542.4836.87-
YUV176.11116.09147.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.86%
GREEN value IS 166 (65.23% from 255) = 31.62%
BLUE value IS 155 (60.94% from 255) = 29.52%
R=38.86%
G=31.62%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416615500.190.240.213.4732.4570.39
HexCCA69B0131814d2046
Octal31424623302330241540106
Binary110011001010011010011011010011110001010011011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA69B; }

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

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

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

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

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

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

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

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