Html Css Color HEX #CCA099 Eunry

📋 copy color: '#CCA099'

red 204 ◦ green 160 ◦ blue 153

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

Shades of Eunry #CCA099

Tints of Eunry #CCA099

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.95%

 BLUE value IS 153 (60.16% from 255) = 29.59%

R = 39.46%
G = 30.95%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCA099 (or 0xCCA099) is known color: Eunry. HEX triplet: CC, A0 and 99. RGB value is (204,160,153). Sum of RGB (Red+Green+Blue) = 204+160+153=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA099 is #335F66. Grayscale: #ACACAC. Windows color (decimal): -3366759 or 10068172. OLE color: 10068172.

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

Color convert

RGB 204 160 153 -
CMYK 0 0.22 0.25 0.2
HSL 8.24º 0.33% 0.7% -
HSV(B) 8.24º 0.25% 0.8% -
XYZ 43.22 40.28 35.63 -
YUV 172.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 204 160 153 0 0.22 0.25 0.2 8.24 0.33 0.7
Hex CC A0 99 0 16 19 14 8 21 46
Octal 314 240 231 0 26 31 24 10 41 106
Binary 11001100 10100000 10011001 0 10110 11001 10100 1000 100001 1000110

Color Harmonies of #CCA099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA099

Black with #CCA099

Text Example


Text Example

White with #CCA099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA099; }

 p { color: rgb(204,160,153); }

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

background-color css

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

 a { background-color: rgb(204,160,153); }

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

border-color css

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

 span { border-color: rgb(204,160,153); }

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