Html Css Color HEX #CCA074 Fallow

📋 copy color: '#CCA074'

red 204 ◦ green 160 ◦ blue 116

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

Shades of Fallow #CCA074

Tints of Fallow #CCA074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.17%

R = 42.5%
G = 33.33%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CCA074 (or 0xCCA074) is known color: Fallow. HEX triplet: CC, A0 and 74. RGB value is (204,160,116). Sum of RGB (Red+Green+Blue) = 204+160+116=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA074 is #335F8B. Grayscale: #A8A8A8. Windows color (decimal): -3366796 or 7643340. OLE color: 7643340.

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

Color convert

RGB 204 160 116 -
CMYK 0 0.22 0.43 0.2
HSL 30º 0.46% 0.63% -
HSV(B) 30º 0.43% 0.8% -
XYZ 40.63 39.24 21.96 -
YUV 168.14 98.58 153.58 -
System Red Green Blue C M Y K H S L
Decimal 204 160 116 0 0.22 0.43 0.2 30 0.46 0.63
Hex CC A0 74 0 16 2B 14 1E 2E 3F
Octal 314 240 164 0 26 53 24 36 56 77
Binary 11001100 10100000 1110100 0 10110 101011 10100 11110 101110 111111

Color Harmonies of #CCA074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA074

Black with #CCA074

Text Example


Text Example

White with #CCA074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA074; }

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

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

background-color css

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

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

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

border-color css

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

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

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