Html Css Color HEX #CCAD9E Eunry

📋 copy color: '#CCAD9E'

red 204 ◦ green 173 ◦ blue 158

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

Shades of Eunry #CCAD9E

Tints of Eunry #CCAD9E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.34%

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

R = 38.13%
G = 32.34%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CCAD9E (or 0xCCAD9E) is known color: Eunry. HEX triplet: CC, AD and 9E. RGB value is (204,173,158). Sum of RGB (Red+Green+Blue) = 204+173+158=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 158 (62.11% from 255 or 29.53% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAD9E is #335261. Grayscale: #B4B4B4. Windows color (decimal): -3363426 or 10399180. OLE color: 10399180.

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

Color convert

RGB 204 173 158 -
CMYK 0 0.15 0.23 0.2
HSL 19.57º 0.31% 0.71% -
HSV(B) 19.57º 0.23% 0.8% -
XYZ 46.02 45.19 38.65 -
YUV 180.56 115.27 144.72 -
System Red Green Blue C M Y K H S L
Decimal 204 173 158 0 0.15 0.23 0.2 19.57 0.31 0.71
Hex CC AD 9E 0 F 17 14 14 1F 47
Octal 314 255 236 0 17 27 24 24 37 107
Binary 11001100 10101101 10011110 0 1111 10111 10100 10100 11111 1000111

Color Harmonies of #CCAD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAD9E

Black with #CCAD9E

Text Example


Text Example

White with #CCAD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAD9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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