Html Css Color HEX #CC9C6E Fallow

📋 copy color: '#CC9C6E'

red 204 ◦ green 156 ◦ blue 110

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

Shades of Fallow #CC9C6E

Tints of Fallow #CC9C6E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.19%

 BLUE value IS 110 (43.36% from 255) = 23.4%

R = 43.4%
G = 33.19%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC9C6E (or 0xCC9C6E) is known color: Fallow. HEX triplet: CC, 9C and 6E. RGB value is (204,156,110). Sum of RGB (Red+Green+Blue) = 204+156+110=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9C6E is #336391. Grayscale: #A5A5A5. Windows color (decimal): -3367826 or 7249100. OLE color: 7249100.

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

Color convert

RGB 204 156 110 -
CMYK 0 0.24 0.46 0.2
HSL 29.36º 0.48% 0.62% -
HSV(B) 29.36º 0.46% 0.8% -
XYZ 39.6 37.74 19.95 -
YUV 165.11 96.9 155.74 -
System Red Green Blue C M Y K H S L
Decimal 204 156 110 0 0.24 0.46 0.2 29.36 0.48 0.62
Hex CC 9C 6E 0 18 2E 14 1D 30 3E
Octal 314 234 156 0 30 56 24 35 60 76
Binary 11001100 10011100 1101110 0 11000 101110 10100 11101 110000 111110

Color Harmonies of #CC9C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9C6E

Black with #CC9C6E

Text Example


Text Example

White with #CC9C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9C6E; }

 p { color: rgb(204,156,110); }

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

background-color css

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

 a { background-color: rgb(204,156,110); }

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

border-color css

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

 span { border-color: rgb(204,156,110); }

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