Html Css Color HEX #CCA073 Fallow

📋 copy color: '#CCA073'

red 204 ◦ green 160 ◦ blue 115

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

Shades of Fallow #CCA073

Tints of Fallow #CCA073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.01%

R = 42.59%
G = 33.4%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCA073 (or 0xCCA073) is known color: Fallow. HEX triplet: CC, A0 and 73. RGB value is (204,160,115). Sum of RGB (Red+Green+Blue) = 204+160+115=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA073 is #335F8C. Grayscale: #A8A8A8. Windows color (decimal): -3366797 or 7577804. OLE color: 7577804.

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

Color convert

RGB 204 160 115 -
CMYK 0 0.22 0.44 0.2
HSL 30.34º 0.47% 0.63% -
HSV(B) 30.34º 0.44% 0.8% -
XYZ 40.57 39.22 21.65 -
YUV 168.03 98.08 153.66 -
System Red Green Blue C M Y K H S L
Decimal 204 160 115 0 0.22 0.44 0.2 30.34 0.47 0.63
Hex CC A0 73 0 16 2C 14 1E 2F 3F
Octal 314 240 163 0 26 54 24 36 57 77
Binary 11001100 10100000 1110011 0 10110 101100 10100 11110 101111 111111

Color Harmonies of #CCA073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA073

Black with #CCA073

Text Example


Text Example

White with #CCA073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA073; }

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

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

background-color css

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

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

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

border-color css

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

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

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