Html Css Color HEX #CC997F Feldspar

📋 copy color: '#CC997F'

red 204 ◦ green 153 ◦ blue 127

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

Shades of Feldspar #CC997F

Tints of Feldspar #CC997F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.24%

R = 42.15%
G = 31.61%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC997F (or 0xCC997F) is known color: Feldspar. HEX triplet: CC, 99 and 7F. RGB value is (204,153,127). Sum of RGB (Red+Green+Blue) = 204+153+127=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC997F is #336680. Grayscale: #A5A5A5. Windows color (decimal): -3368577 or 8362444. OLE color: 8362444.

HSL color Cylindrical-coordinate representation of color #CC997F: hue angle of 20.26º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC997F is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 153 127 -
CMYK 0 0.25 0.38 0.2
HSL 20.26º 0.43% 0.65% -
HSV(B) 20.26º 0.38% 0.8% -
XYZ 40.12 37.15 25.14 -
YUV 165.29 106.4 155.61 -
System Red Green Blue C M Y K H S L
Decimal 204 153 127 0 0.25 0.38 0.2 20.26 0.43 0.65
Hex CC 99 7F 0 19 26 14 14 2B 41
Octal 314 231 177 0 31 46 24 24 53 101
Binary 11001100 10011001 1111111 0 11001 100110 10100 10100 101011 1000001

Color Harmonies of #CC997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC997F

Black with #CC997F

Text Example


Text Example

White with #CC997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC997F; }

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

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

background-color css

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

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

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

border-color css

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

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

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