Html Css Color HEX #CCA69B Eunry

📋 copy color: '#CCA69B'

red 204 ◦ green 166 ◦ blue 155

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

Shades of Eunry #CCA69B

Tints of Eunry #CCA69B

RGB

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

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

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

R = 38.86%
G = 31.62%
B = 29.52%

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

#CCA69B (or 0xCCA69B) is known color: Eunry. HEX triplet: CC, A6 and 9B. RGB value is (204,166,155). Sum of RGB (Red+Green+Blue) = 204+166+155=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA69B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA69B is #335964. Grayscale: #B0B0B0. Windows color (decimal): -3365221 or 10200780. OLE color: 10200780.

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

Color convert

RGB 204 166 155 -
CMYK 0 0.19 0.24 0.2
HSL 13.47º 0.32% 0.7% -
HSV(B) 13.47º 0.24% 0.8% -
XYZ 44.45 42.48 36.87 -
YUV 176.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 204 166 155 0 0.19 0.24 0.2 13.47 0.32 0.7
Hex CC A6 9B 0 13 18 14 D 20 46
Octal 314 246 233 0 23 30 24 15 40 106
Binary 11001100 10100110 10011011 0 10011 11000 10100 1101 100000 1000110

Color Harmonies of #CCA69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA69B

Black with #CCA69B

Text Example


Text Example

White with #CCA69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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