Html Css Color HEX #CC996D Fallow

📋 copy color: '#CC996D'

red 204 ◦ green 153 ◦ blue 109

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

Shades of Fallow #CC996D

Tints of Fallow #CC996D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.83%

 BLUE value IS 109 (42.97% from 255) = 23.39%

R = 43.78%
G = 32.83%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC996D (or 0xCC996D) is known color: Fallow. HEX triplet: CC, 99 and 6D. RGB value is (204,153,109). Sum of RGB (Red+Green+Blue) = 204+153+109=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC996D is #336692. Grayscale: #A3A3A3. Windows color (decimal): -3368595 or 7182796. OLE color: 7182796.

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

Color convert

RGB 204 153 109 -
CMYK 0 0.25 0.47 0.2
HSL 27.79º 0.48% 0.61% -
HSV(B) 27.79º 0.47% 0.8% -
XYZ 39.05 36.72 19.5 -
YUV 163.23 97.4 157.08 -
System Red Green Blue C M Y K H S L
Decimal 204 153 109 0 0.25 0.47 0.2 27.79 0.48 0.61
Hex CC 99 6D 0 19 2F 14 1C 30 3D
Octal 314 231 155 0 31 57 24 34 60 75
Binary 11001100 10011001 1101101 0 11001 101111 10100 11100 110000 111101

Color Harmonies of #CC996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC996D

Black with #CC996D

Text Example


Text Example

White with #CC996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC996D; }

 p { color: rgb(204,153,109); }

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

background-color css

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

 a { background-color: rgb(204,153,109); }

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

border-color css

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

 span { border-color: rgb(204,153,109); }

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