Html Css Color HEX #CCA173 Fallow

📋 copy color: '#CCA173'

red 204 ◦ green 161 ◦ blue 115

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

Shades of Fallow #CCA173

Tints of Fallow #CCA173

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.54%

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

R = 42.5%
G = 33.54%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCA173 (or 0xCCA173) is known color: Fallow. HEX triplet: CC, A1 and 73. RGB value is (204,161,115). Sum of RGB (Red+Green+Blue) = 204+161+115=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA173 is #335E8C. Grayscale: #A8A8A8. Windows color (decimal): -3366541 or 7578060. OLE color: 7578060.

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

Color convert

RGB 204 161 115 -
CMYK 0 0.21 0.44 0.2
HSL 31.01º 0.47% 0.63% -
HSV(B) 31.01º 0.44% 0.8% -
XYZ 40.74 39.56 21.71 -
YUV 168.61 97.75 153.24 -
System Red Green Blue C M Y K H S L
Decimal 204 161 115 0 0.21 0.44 0.2 31.01 0.47 0.63
Hex CC A1 73 0 15 2C 14 1F 2F 3F
Octal 314 241 163 0 25 54 24 37 57 77
Binary 11001100 10100001 1110011 0 10101 101100 10100 11111 101111 111111

Color Harmonies of #CCA173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA173

Black with #CCA173

Text Example


Text Example

White with #CCA173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA173; }

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

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

background-color css

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

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

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

border-color css

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

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

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