Html Css Color HEX #CC986F Feldspar

📋 copy color: '#CC986F'

red 204 ◦ green 152 ◦ blue 111

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

Shades of Feldspar #CC986F

Tints of Feldspar #CC986F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.77%

R = 43.68%
G = 32.55%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC986F (or 0xCC986F) is known color: Feldspar. HEX triplet: CC, 98 and 6F. RGB value is (204,152,111). Sum of RGB (Red+Green+Blue) = 204+152+111=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC986F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC986F is #336790. Grayscale: #A3A3A3. Windows color (decimal): -3368849 or 7313612. OLE color: 7313612.

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

Color convert

RGB 204 152 111 -
CMYK 0 0.25 0.46 0.2
HSL 26.45º 0.48% 0.62% -
HSV(B) 26.45º 0.46% 0.8% -
XYZ 39 36.44 20.02 -
YUV 162.87 98.73 157.33 -
System Red Green Blue C M Y K H S L
Decimal 204 152 111 0 0.25 0.46 0.2 26.45 0.48 0.62
Hex CC 98 6F 0 19 2E 14 1A 30 3E
Octal 314 230 157 0 31 56 24 32 60 76
Binary 11001100 10011000 1101111 0 11001 101110 10100 11010 110000 111110

Color Harmonies of #CC986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC986F

Black with #CC986F

Text Example


Text Example

White with #CC986F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC986F; }

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

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

background-color css

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

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

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

border-color css

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

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

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