Html Css Color HEX #CC9A6F Fallow

📋 copy color: '#CC9A6F'

red 204 ◦ green 154 ◦ blue 111

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

Shades of Fallow #CC9A6F

Tints of Fallow #CC9A6F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.84%

 BLUE value IS 111 (43.75% from 255) = 23.67%

R = 43.5%
G = 32.84%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC9A6F (or 0xCC9A6F) is known color: Fallow. HEX triplet: CC, 9A and 6F. RGB value is (204,154,111). Sum of RGB (Red+Green+Blue) = 204+154+111=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9A6F is #336590. Grayscale: #A4A4A4. Windows color (decimal): -3368337 or 7314124. OLE color: 7314124.

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

Color convert

RGB 204 154 111 -
CMYK 0 0.25 0.46 0.2
HSL 27.74º 0.48% 0.62% -
HSV(B) 27.74º 0.46% 0.8% -
XYZ 39.33 37.1 20.13 -
YUV 164.05 98.07 156.5 -
System Red Green Blue C M Y K H S L
Decimal 204 154 111 0 0.25 0.46 0.2 27.74 0.48 0.62
Hex CC 9A 6F 0 19 2E 14 1C 30 3E
Octal 314 232 157 0 31 56 24 34 60 76
Binary 11001100 10011010 1101111 0 11001 101110 10100 11100 110000 111110

Color Harmonies of #CC9A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9A6F

Black with #CC9A6F

Text Example


Text Example

White with #CC9A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9A6F; }

 p { color: rgb(204,154,111); }

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

background-color css

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

 a { background-color: rgb(204,154,111); }

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

border-color css

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

 span { border-color: rgb(204,154,111); }

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