Html Css Color HEX #CC8771 Feldspar

📋 copy color: '#CC8771'

red 204 ◦ green 135 ◦ blue 113

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

Shades of Feldspar #CC8771

Tints of Feldspar #CC8771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25%

R = 45.13%
G = 29.87%
B = 25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC8771 (or 0xCC8771) is known color: Feldspar. HEX triplet: CC, 87 and 71. RGB value is (204,135,113). Sum of RGB (Red+Green+Blue) = 204+135+113=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8771 is #33788E. Grayscale: #999999. Windows color (decimal): -3373199 or 7440332. OLE color: 7440332.

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

Color convert

RGB 204 135 113 -
CMYK 0 0.34 0.45 0.2
HSL 14.51º 0.47% 0.62% -
HSV(B) 14.51º 0.45% 0.8% -
XYZ 36.55 31.36 19.75 -
YUV 153.12 105.36 164.29 -
System Red Green Blue C M Y K H S L
Decimal 204 135 113 0 0.34 0.45 0.2 14.51 0.47 0.62
Hex CC 87 71 0 22 2D 14 F 2F 3E
Octal 314 207 161 0 42 55 24 17 57 76
Binary 11001100 10000111 1110001 0 100010 101101 10100 1111 101111 111110

Color Harmonies of #CC8771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8771

Black with #CC8771

Text Example


Text Example

White with #CC8771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8771; }

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

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

background-color css

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

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

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

border-color css

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

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

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