Html Css Color HEX #CC9A76 Feldspar

📋 copy color: '#CC9A76'

red 204 ◦ green 154 ◦ blue 118

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

Shades of Feldspar #CC9A76

Tints of Feldspar #CC9A76

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.35%

 BLUE value IS 118 (46.48% from 255) = 24.79%

R = 42.86%
G = 32.35%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC9A76 (or 0xCC9A76) is known color: Feldspar. HEX triplet: CC, 9A and 76. RGB value is (204,154,118). Sum of RGB (Red+Green+Blue) = 204+154+118=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9A76 is #336589. Grayscale: #A5A5A5. Windows color (decimal): -3368330 or 7772876. OLE color: 7772876.

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

Color convert

RGB 204 154 118 -
CMYK 0 0.25 0.42 0.2
HSL 25.12º 0.46% 0.63% -
HSV(B) 25.12º 0.42% 0.8% -
XYZ 39.73 37.26 22.24 -
YUV 164.85 101.57 155.93 -
System Red Green Blue C M Y K H S L
Decimal 204 154 118 0 0.25 0.42 0.2 25.12 0.46 0.63
Hex CC 9A 76 0 19 2A 14 19 2E 3F
Octal 314 232 166 0 31 52 24 31 56 77
Binary 11001100 10011010 1110110 0 11001 101010 10100 11001 101110 111111

Color Harmonies of #CC9A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9A76

Black with #CC9A76

Text Example


Text Example

White with #CC9A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9A76; }

 p { color: rgb(204,154,118); }

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

background-color css

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

 a { background-color: rgb(204,154,118); }

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

border-color css

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

 span { border-color: rgb(204,154,118); }

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