Html Css Color HEX #CC997B Feldspar

📋 copy color: '#CC997B'

red 204 ◦ green 153 ◦ blue 123

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

Shades of Feldspar #CC997B

Tints of Feldspar #CC997B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.63%

R = 42.5%
G = 31.88%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC997B (or 0xCC997B) is known color: Feldspar. HEX triplet: CC, 99 and 7B. RGB value is (204,153,123). Sum of RGB (Red+Green+Blue) = 204+153+123=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC997B is #336684. Grayscale: #A5A5A5. Windows color (decimal): -3368581 or 8100300. OLE color: 8100300.

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

Color convert

RGB 204 153 123 -
CMYK 0 0.25 0.40 0.2
HSL 22.22º 0.44% 0.64% -
HSV(B) 22.22º 0.4% 0.8% -
XYZ 39.87 37.05 23.79 -
YUV 164.83 104.4 155.94 -
System Red Green Blue C M Y K H S L
Decimal 204 153 123 0 0.25 0.40 0.2 22.22 0.44 0.64
Hex CC 99 7B 0 19 28 14 16 2C 40
Octal 314 231 173 0 31 50 24 26 54 100
Binary 11001100 10011001 1111011 0 11001 101000 10100 10110 101100 1000000

Color Harmonies of #CC997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC997B

Black with #CC997B

Text Example


Text Example

White with #CC997B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC997B; }

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

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

background-color css

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

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

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

border-color css

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

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

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