Html Css Color HEX #CCAB9E Eunry

📋 copy color: '#CCAB9E'

red 204 ◦ green 171 ◦ blue 158

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

Shades of Eunry #CCAB9E

Tints of Eunry #CCAB9E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.08%

 BLUE value IS 158 (62.11% from 255) = 29.64%

R = 38.27%
G = 32.08%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CCAB9E (or 0xCCAB9E) is known color: Eunry. HEX triplet: CC, AB and 9E. RGB value is (204,171,158). Sum of RGB (Red+Green+Blue) = 204+171+158=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAB9E is #335461. Grayscale: #B3B3B3. Windows color (decimal): -3363938 or 10398668. OLE color: 10398668.

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

Color convert

RGB 204 171 158 -
CMYK 0 0.16 0.23 0.2
HSL 16.96º 0.31% 0.71% -
HSV(B) 16.96º 0.23% 0.8% -
XYZ 45.64 44.43 38.52 -
YUV 179.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 204 171 158 0 0.16 0.23 0.2 16.96 0.31 0.71
Hex CC AB 9E 0 10 17 14 11 1F 47
Octal 314 253 236 0 20 27 24 21 37 107
Binary 11001100 10101011 10011110 0 10000 10111 10100 10001 11111 1000111

Color Harmonies of #CCAB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB9E

Black with #CCAB9E

Text Example


Text Example

White with #CCAB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB9E; }

 p { color: rgb(204,171,158); }

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

background-color css

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

 a { background-color: rgb(204,171,158); }

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

border-color css

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

 span { border-color: rgb(204,171,158); }

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