Html Css Color HEX #CCA698 Eunry

📋 copy color: '#CCA698'

red 204 ◦ green 166 ◦ blue 152

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

Shades of Eunry #CCA698

Tints of Eunry #CCA698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.12%

R = 39.08%
G = 31.8%
B = 29.12%

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

#CCA698 (or 0xCCA698) is known color: Eunry. HEX triplet: CC, A6 and 98. RGB value is (204,166,152). Sum of RGB (Red+Green+Blue) = 204+166+152=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA698 is #335967. Grayscale: #AFAFAF. Windows color (decimal): -3365224 or 10004172. OLE color: 10004172.

HSL color Cylindrical-coordinate representation of color #CCA698: hue angle of 16.15º degrees, saturation: 0.34, 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 #CCA698 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 166 152 -
CMYK 0 0.19 0.25 0.2
HSL 16.15º 0.34% 0.7% -
HSV(B) 16.15º 0.25% 0.8% -
XYZ 44.21 42.38 35.56 -
YUV 175.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 204 166 152 0 0.19 0.25 0.2 16.15 0.34 0.7
Hex CC A6 98 0 13 19 14 10 22 46
Octal 314 246 230 0 23 31 24 20 42 106
Binary 11001100 10100110 10011000 0 10011 11001 10100 10000 100010 1000110

Color Harmonies of #CCA698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA698

Black with #CCA698

Text Example


Text Example

White with #CCA698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA698; }

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

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

background-color css

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

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

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

border-color css

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

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

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