Html Css Color HEX #CCA09B Eunry

📋 copy color: '#CCA09B'

red 204 ◦ green 160 ◦ blue 155

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

Shades of Eunry #CCA09B

Tints of Eunry #CCA09B

RGB

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

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

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

R = 39.31%
G = 30.83%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CCA09B (or 0xCCA09B) is known color: Eunry. HEX triplet: CC, A0 and 9B. RGB value is (204,160,155). Sum of RGB (Red+Green+Blue) = 204+160+155=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA09B is #335F64. Grayscale: #ACACAC. Windows color (decimal): -3366757 or 10199244. OLE color: 10199244.

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

Color convert

RGB 204 160 155 -
CMYK 0 0.22 0.24 0.2
HSL 6.12º 0.32% 0.7% -
HSV(B) 6.12º 0.24% 0.8% -
XYZ 43.39 40.35 36.51 -
YUV 172.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 204 160 155 0 0.22 0.24 0.2 6.12 0.32 0.7
Hex CC A0 9B 0 16 18 14 6 20 46
Octal 314 240 233 0 26 30 24 6 40 106
Binary 11001100 10100000 10011011 0 10110 11000 10100 110 100000 1000110

Color Harmonies of #CCA09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA09B

Black with #CCA09B

Text Example


Text Example

White with #CCA09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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