Html Css Color HEX #CC8773 Feldspar

📋 copy color: '#CC8773'

red 204 ◦ green 135 ◦ blue 115

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

Shades of Feldspar #CC8773

Tints of Feldspar #CC8773

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.74%

 BLUE value IS 115 (45.31% from 255) = 25.33%

R = 44.93%
G = 29.74%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC8773 (or 0xCC8773) is known color: Feldspar. HEX triplet: CC, 87 and 73. RGB value is (204,135,115). Sum of RGB (Red+Green+Blue) = 204+135+115=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8773 is #33788C. Grayscale: #999999. Windows color (decimal): -3373197 or 7571404. OLE color: 7571404.

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

Color convert

RGB 204 135 115 -
CMYK 0 0.34 0.44 0.2
HSL 13.48º 0.47% 0.63% -
HSV(B) 13.48º 0.44% 0.8% -
XYZ 36.66 31.4 20.35 -
YUV 153.35 106.36 164.13 -
System Red Green Blue C M Y K H S L
Decimal 204 135 115 0 0.34 0.44 0.2 13.48 0.47 0.63
Hex CC 87 73 0 22 2C 14 D 2F 3F
Octal 314 207 163 0 42 54 24 15 57 77
Binary 11001100 10000111 1110011 0 100010 101100 10100 1101 101111 111111

Color Harmonies of #CC8773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8773

Black with #CC8773

Text Example


Text Example

White with #CC8773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8773; }

 p { color: rgb(204,135,115); }

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

background-color css

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

 a { background-color: rgb(204,135,115); }

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

border-color css

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

 span { border-color: rgb(204,135,115); }

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