Html Css Color HEX #CC9B76 Feldspar

📋 copy color: '#CC9B76'

red 204 ◦ green 155 ◦ blue 118

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

Shades of Feldspar #CC9B76

Tints of Feldspar #CC9B76

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.49%

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

R = 42.77%
G = 32.49%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC9B76 (or 0xCC9B76) is known color: Feldspar. HEX triplet: CC, 9B and 76. RGB value is (204,155,118). Sum of RGB (Red+Green+Blue) = 204+155+118=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9B76 is #336489. Grayscale: #A5A5A5. Windows color (decimal): -3368074 or 7773132. OLE color: 7773132.

HSL color Cylindrical-coordinate representation of color #CC9B76: hue angle of 25.81º 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 #CC9B76 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 155 118 -
CMYK 0 0.24 0.42 0.2
HSL 25.81º 0.46% 0.63% -
HSV(B) 25.81º 0.42% 0.8% -
XYZ 39.89 37.59 22.29 -
YUV 165.43 101.23 155.51 -
System Red Green Blue C M Y K H S L
Decimal 204 155 118 0 0.24 0.42 0.2 25.81 0.46 0.63
Hex CC 9B 76 0 18 2A 14 1A 2E 3F
Octal 314 233 166 0 30 52 24 32 56 77
Binary 11001100 10011011 1110110 0 11000 101010 10100 11010 101110 111111

Color Harmonies of #CC9B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9B76

Black with #CC9B76

Text Example


Text Example

White with #CC9B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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