Html Css Color HEX #CC997D Feldspar

📋 copy color: '#CC997D'

red 204 ◦ green 153 ◦ blue 125

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

Shades of Feldspar #CC997D

Tints of Feldspar #CC997D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.93%

R = 42.32%
G = 31.74%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC997D (or 0xCC997D) is known color: Feldspar. HEX triplet: CC, 99 and 7D. RGB value is (204,153,125). Sum of RGB (Red+Green+Blue) = 204+153+125=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC997D is #336682. Grayscale: #A5A5A5. Windows color (decimal): -3368579 or 8231372. OLE color: 8231372.

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

Color convert

RGB 204 153 125 -
CMYK 0 0.25 0.39 0.2
HSL 21.27º 0.44% 0.65% -
HSV(B) 21.27º 0.39% 0.8% -
XYZ 39.99 37.1 24.46 -
YUV 165.06 105.4 155.78 -
System Red Green Blue C M Y K H S L
Decimal 204 153 125 0 0.25 0.39 0.2 21.27 0.44 0.65
Hex CC 99 7D 0 19 27 14 15 2C 41
Octal 314 231 175 0 31 47 24 25 54 101
Binary 11001100 10011001 1111101 0 11001 100111 10100 10101 101100 1000001

Color Harmonies of #CC997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC997D

Black with #CC997D

Text Example


Text Example

White with #CC997D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC997D; }

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

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

background-color css

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

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

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

border-color css

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

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

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