Html Css Color HEX #CCA59B Eunry

📋 copy color: '#CCA59B'

red 204 ◦ green 165 ◦ blue 155

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

Shades of Eunry #CCA59B

Tints of Eunry #CCA59B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.49%

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

R = 38.93%
G = 31.49%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CCA59B (or 0xCCA59B) is known color: Eunry. HEX triplet: CC, A5 and 9B. RGB value is (204,165,155). Sum of RGB (Red+Green+Blue) = 204+165+155=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA59B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA59B is #335A64. Grayscale: #AFAFAF. Windows color (decimal): -3365477 or 10200524. OLE color: 10200524.

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

Color convert

RGB 204 165 155 -
CMYK 0 0.19 0.24 0.2
HSL 12.24º 0.32% 0.7% -
HSV(B) 12.24º 0.24% 0.8% -
XYZ 44.27 42.11 36.81 -
YUV 175.52 116.42 148.31 -
System Red Green Blue C M Y K H S L
Decimal 204 165 155 0 0.19 0.24 0.2 12.24 0.32 0.7
Hex CC A5 9B 0 13 18 14 C 20 46
Octal 314 245 233 0 23 30 24 14 40 106
Binary 11001100 10100101 10011011 0 10011 11000 10100 1100 100000 1000110

Color Harmonies of #CCA59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA59B

Black with #CCA59B

Text Example


Text Example

White with #CCA59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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