Html Css Color HEX #CC986B Fallow

📋 copy color: '#CC986B'

red 204 ◦ green 152 ◦ blue 107

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

Shades of Fallow #CC986B

Tints of Fallow #CC986B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.83%

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

R = 44.06%
G = 32.83%
B = 23.11%

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

#CC986B (or 0xCC986B) is known color: Fallow. HEX triplet: CC, 98 and 6B. RGB value is (204,152,107). Sum of RGB (Red+Green+Blue) = 204+152+107=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC986B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC986B is #336794. Grayscale: #A2A2A2. Windows color (decimal): -3368853 or 7051468. OLE color: 7051468.

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

Color convert

RGB 204 152 107 -
CMYK 0 0.25 0.48 0.2
HSL 27.84º 0.49% 0.61% -
HSV(B) 27.84º 0.48% 0.8% -
XYZ 38.78 36.36 18.88 -
YUV 162.42 96.73 157.66 -
System Red Green Blue C M Y K H S L
Decimal 204 152 107 0 0.25 0.48 0.2 27.84 0.49 0.61
Hex CC 98 6B 0 19 30 14 1C 31 3D
Octal 314 230 153 0 31 60 24 34 61 75
Binary 11001100 10011000 1101011 0 11001 110000 10100 11100 110001 111101

Color Harmonies of #CC986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC986B

Black with #CC986B

Text Example


Text Example

White with #CC986B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC986B; }

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

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

background-color css

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

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

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

border-color css

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

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

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