Html Css Color HEX #CCA19B Eunry

📋 copy color: '#CCA19B'

red 204 ◦ green 161 ◦ blue 155

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

Shades of Eunry #CCA19B

Tints of Eunry #CCA19B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.96%

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

R = 39.23%
G = 30.96%
B = 29.81%

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

#CCA19B (or 0xCCA19B) is known color: Eunry. HEX triplet: CC, A1 and 9B. RGB value is (204,161,155). Sum of RGB (Red+Green+Blue) = 204+161+155=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA19B is #335E64. Grayscale: #ADADAD. Windows color (decimal): -3366501 or 10199500. OLE color: 10199500.

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

Color convert

RGB 204 161 155 -
CMYK 0 0.21 0.24 0.2
HSL 7.35º 0.32% 0.7% -
HSV(B) 7.35º 0.24% 0.8% -
XYZ 43.56 40.69 36.57 -
YUV 173.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 204 161 155 0 0.21 0.24 0.2 7.35 0.32 0.7
Hex CC A1 9B 0 15 18 14 7 20 46
Octal 314 241 233 0 25 30 24 7 40 106
Binary 11001100 10100001 10011011 0 10101 11000 10100 111 100000 1000110

Color Harmonies of #CCA19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA19B

Black with #CCA19B

Text Example


Text Example

White with #CCA19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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