Html Css Color HEX #CCA06D Fallow

📋 copy color: '#CCA06D'

red 204 ◦ green 160 ◦ blue 109

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

Shades of Fallow #CCA06D

Tints of Fallow #CCA06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.04%

R = 43.13%
G = 33.83%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCA06D (or 0xCCA06D) is known color: Fallow. HEX triplet: CC, A0 and 6D. RGB value is (204,160,109). Sum of RGB (Red+Green+Blue) = 204+160+109=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA06D is #335F92. Grayscale: #A7A7A7. Windows color (decimal): -3366803 or 7184588. OLE color: 7184588.

HSL color Cylindrical-coordinate representation of color #CCA06D: hue angle of 32.21º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCA06D is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 160 109 -
CMYK 0 0.22 0.47 0.2
HSL 32.21º 0.48% 0.61% -
HSV(B) 32.21º 0.47% 0.8% -
XYZ 40.23 39.08 19.89 -
YUV 167.34 95.08 154.15 -
System Red Green Blue C M Y K H S L
Decimal 204 160 109 0 0.22 0.47 0.2 32.21 0.48 0.61
Hex CC A0 6D 0 16 2F 14 20 30 3D
Octal 314 240 155 0 26 57 24 40 60 75
Binary 11001100 10100000 1101101 0 10110 101111 10100 100000 110000 111101

Color Harmonies of #CCA06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA06D

Black with #CCA06D

Text Example


Text Example

White with #CCA06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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