Html Css Color HEX #CC977C Feldspar

📋 copy color: '#CC977C'

red 204 ◦ green 151 ◦ blue 124

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

Shades of Feldspar #CC977C

Tints of Feldspar #CC977C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.89%

R = 42.59%
G = 31.52%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC977C (or 0xCC977C) is known color: Feldspar. HEX triplet: CC, 97 and 7C. RGB value is (204,151,124). Sum of RGB (Red+Green+Blue) = 204+151+124=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC977C is #336883. Grayscale: #A3A3A3. Windows color (decimal): -3369092 or 8165324. OLE color: 8165324.

HSL color Cylindrical-coordinate representation of color #CC977C: hue angle of 20.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC977C is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 151 124 -
CMYK 0 0.26 0.39 0.2
HSL 20.25º 0.44% 0.64% -
HSV(B) 20.25º 0.39% 0.8% -
XYZ 39.61 36.43 24.01 -
YUV 163.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 204 151 124 0 0.26 0.39 0.2 20.25 0.44 0.64
Hex CC 97 7C 0 1A 27 14 14 2C 40
Octal 314 227 174 0 32 47 24 24 54 100
Binary 11001100 10010111 1111100 0 11010 100111 10100 10100 101100 1000000

Color Harmonies of #CC977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC977C

Black with #CC977C

Text Example


Text Example

White with #CC977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC977C; }

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

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

background-color css

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

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

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

border-color css

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

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

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