Html Css Color HEX #CCA29B Eunry

📋 copy color: '#CCA29B'

red 204 ◦ green 162 ◦ blue 155

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

Shades of Eunry #CCA29B

Tints of Eunry #CCA29B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.09%

 BLUE value IS 155 (60.94% from 255) = 29.75%

R = 39.16%
G = 31.09%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CCA29B (or 0xCCA29B) is known color: Eunry. HEX triplet: CC, A2 and 9B. RGB value is (204,162,155). Sum of RGB (Red+Green+Blue) = 204+162+155=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA29B is #335D64. Grayscale: #ADADAD. Windows color (decimal): -3366245 or 10199756. OLE color: 10199756.

HSL color Cylindrical-coordinate representation of color #CCA29B: hue angle of 8.57º 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 #CCA29B is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 162 155 -
CMYK 0 0.21 0.24 0.2
HSL 8.57º 0.32% 0.7% -
HSV(B) 8.57º 0.24% 0.8% -
XYZ 43.74 41.04 36.63 -
YUV 173.76 117.41 149.57 -
System Red Green Blue C M Y K H S L
Decimal 204 162 155 0 0.21 0.24 0.2 8.57 0.32 0.7
Hex CC A2 9B 0 15 18 14 9 20 46
Octal 314 242 233 0 25 30 24 11 40 106
Binary 11001100 10100010 10011011 0 10101 11000 10100 1001 100000 1000110

Color Harmonies of #CCA29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA29B

Black with #CCA29B

Text Example


Text Example

White with #CCA29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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