Html Css Color HEX #CC996B Fallow

📋 copy color: '#CC996B'

red 204 ◦ green 153 ◦ blue 107

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

Shades of Fallow #CC996B

Tints of Fallow #CC996B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.06%

R = 43.97%
G = 32.97%
B = 23.06%

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

#CC996B (or 0xCC996B) is known color: Fallow. HEX triplet: CC, 99 and 6B. RGB value is (204,153,107). Sum of RGB (Red+Green+Blue) = 204+153+107=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC996B is #336694. Grayscale: #A3A3A3. Windows color (decimal): -3368597 or 7051724. OLE color: 7051724.

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

Color convert

RGB 204 153 107 -
CMYK 0 0.25 0.48 0.2
HSL 28.45º 0.49% 0.61% -
HSV(B) 28.45º 0.48% 0.8% -
XYZ 38.95 36.68 18.94 -
YUV 163.01 96.4 157.24 -
System Red Green Blue C M Y K H S L
Decimal 204 153 107 0 0.25 0.48 0.2 28.45 0.49 0.61
Hex CC 99 6B 0 19 30 14 1C 31 3D
Octal 314 231 153 0 31 60 24 34 61 75
Binary 11001100 10011001 1101011 0 11001 110000 10100 11100 110001 111101

Color Harmonies of #CC996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC996B

Black with #CC996B

Text Example


Text Example

White with #CC996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC996B; }

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

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

background-color css

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

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

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

border-color css

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

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

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