Html Css Color HEX #CC976F Feldspar

📋 copy color: '#CC976F'

red 204 ◦ green 151 ◦ blue 111

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

Shades of Feldspar #CC976F

Tints of Feldspar #CC976F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.4%

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

R = 43.78%
G = 32.4%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC976F (or 0xCC976F) is known color: Feldspar. HEX triplet: CC, 97 and 6F. RGB value is (204,151,111). Sum of RGB (Red+Green+Blue) = 204+151+111=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC976F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC976F is #336890. Grayscale: #A2A2A2. Windows color (decimal): -3369105 or 7313356. OLE color: 7313356.

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

Color convert

RGB 204 151 111 -
CMYK 0 0.26 0.46 0.2
HSL 25.81º 0.48% 0.62% -
HSV(B) 25.81º 0.46% 0.8% -
XYZ 38.84 36.12 19.96 -
YUV 162.29 99.06 157.75 -
System Red Green Blue C M Y K H S L
Decimal 204 151 111 0 0.26 0.46 0.2 25.81 0.48 0.62
Hex CC 97 6F 0 1A 2E 14 1A 30 3E
Octal 314 227 157 0 32 56 24 32 60 76
Binary 11001100 10010111 1101111 0 11010 101110 10100 11010 110000 111110

Color Harmonies of #CC976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC976F

Black with #CC976F

Text Example


Text Example

White with #CC976F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC976F; }

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

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

background-color css

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

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

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

border-color css

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

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

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