Html Css Color HEX #CC8B71 Feldspar

📋 copy color: '#CC8B71'

red 204 ◦ green 139 ◦ blue 113

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

Shades of Feldspar #CC8B71

Tints of Feldspar #CC8B71

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.48%

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

R = 44.74%
G = 30.48%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC8B71 (or 0xCC8B71) is known color: Feldspar. HEX triplet: CC, 8B and 71. RGB value is (204,139,113). Sum of RGB (Red+Green+Blue) = 204+139+113=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8B71 is #33748E. Grayscale: #9B9B9B. Windows color (decimal): -3372175 or 7441356. OLE color: 7441356.

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

Color convert

RGB 204 139 113 -
CMYK 0 0.32 0.45 0.2
HSL 17.14º 0.47% 0.62% -
HSV(B) 17.14º 0.45% 0.8% -
XYZ 37.12 32.49 19.94 -
YUV 155.47 104.03 162.61 -
System Red Green Blue C M Y K H S L
Decimal 204 139 113 0 0.32 0.45 0.2 17.14 0.47 0.62
Hex CC 8B 71 0 20 2D 14 11 2F 3E
Octal 314 213 161 0 40 55 24 21 57 76
Binary 11001100 10001011 1110001 0 100000 101101 10100 10001 101111 111110

Color Harmonies of #CC8B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8B71

Black with #CC8B71

Text Example


Text Example

White with #CC8B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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