Html Css Color HEX #CCA69A Eunry

📋 copy color: '#CCA69A'

red 204 ◦ green 166 ◦ blue 154

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

Shades of Eunry #CCA69A

Tints of Eunry #CCA69A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.39%

R = 38.93%
G = 31.68%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCA69A (or 0xCCA69A) is known color: Eunry. HEX triplet: CC, A6 and 9A. RGB value is (204,166,154). Sum of RGB (Red+Green+Blue) = 204+166+154=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA69A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA69A is #335965. Grayscale: #B0B0B0. Windows color (decimal): -3365222 or 10135244. OLE color: 10135244.

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

Color convert

RGB 204 166 154 -
CMYK 0 0.19 0.25 0.2
HSL 14.4º 0.33% 0.7% -
HSV(B) 14.4º 0.25% 0.8% -
XYZ 44.37 42.44 36.43 -
YUV 175.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 204 166 154 0 0.19 0.25 0.2 14.4 0.33 0.7
Hex CC A6 9A 0 13 19 14 E 21 46
Octal 314 246 232 0 23 31 24 16 41 106
Binary 11001100 10100110 10011010 0 10011 11001 10100 1110 100001 1000110

Color Harmonies of #CCA69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA69A

Black with #CCA69A

Text Example


Text Example

White with #CCA69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA69A; }

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

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

background-color css

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

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

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

border-color css

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

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

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