Html Css Color HEX #CC9277 Feldspar

📋 copy color: '#CC9277'

red 204 ◦ green 146 ◦ blue 119

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

Shades of Feldspar #CC9277

Tints of Feldspar #CC9277

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.13%

 BLUE value IS 119 (46.88% from 255) = 25.37%

R = 43.5%
G = 31.13%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC9277 (or 0xCC9277) is known color: Feldspar. HEX triplet: CC, 92 and 77. RGB value is (204,146,119). Sum of RGB (Red+Green+Blue) = 204+146+119=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9277 is #336D88. Grayscale: #A0A0A0. Windows color (decimal): -3370377 or 7836364. OLE color: 7836364.

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

Color convert

RGB 204 146 119 -
CMYK 0 0.28 0.42 0.2
HSL 19.06º 0.45% 0.63% -
HSV(B) 19.06º 0.42% 0.8% -
XYZ 38.51 34.73 22.13 -
YUV 160.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 204 146 119 0 0.28 0.42 0.2 19.06 0.45 0.63
Hex CC 92 77 0 1C 2A 14 13 2D 3F
Octal 314 222 167 0 34 52 24 23 55 77
Binary 11001100 10010010 1110111 0 11100 101010 10100 10011 101101 111111

Color Harmonies of #CC9277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9277

Black with #CC9277

Text Example


Text Example

White with #CC9277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9277; }

 p { color: rgb(204,146,119); }

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

background-color css

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

 a { background-color: rgb(204,146,119); }

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

border-color css

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

 span { border-color: rgb(204,146,119); }

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