Html Css Color HEX #CC996A Fallow

📋 copy color: '#CC996A'

red 204 ◦ green 153 ◦ blue 106

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

Shades of Fallow #CC996A

Tints of Fallow #CC996A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.89%

R = 44.06%
G = 33.05%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC996A (or 0xCC996A) is known color: Fallow. HEX triplet: CC, 99 and 6A. RGB value is (204,153,106). Sum of RGB (Red+Green+Blue) = 204+153+106=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC996A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC996A is #336695. Grayscale: #A3A3A3. Windows color (decimal): -3368598 or 6986188. OLE color: 6986188.

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

Color convert

RGB 204 153 106 -
CMYK 0 0.25 0.48 0.2
HSL 28.78º 0.49% 0.61% -
HSV(B) 28.78º 0.48% 0.8% -
XYZ 38.89 36.66 18.66 -
YUV 162.89 95.9 157.32 -
System Red Green Blue C M Y K H S L
Decimal 204 153 106 0 0.25 0.48 0.2 28.78 0.49 0.61
Hex CC 99 6A 0 19 30 14 1D 31 3D
Octal 314 231 152 0 31 60 24 35 61 75
Binary 11001100 10011001 1101010 0 11001 110000 10100 11101 110001 111101

Color Harmonies of #CC996A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC996A

Black with #CC996A

Text Example


Text Example

White with #CC996A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC996A; }

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

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

background-color css

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

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

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

border-color css

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

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

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