Html Css Color HEX #CE8F71 Feldspar

📋 copy color: '#CE8F71'

red 206 ◦ green 143 ◦ blue 113

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

Shades of Feldspar #CE8F71

Tints of Feldspar #CE8F71

RGB

 RED value IS 206 (80.86% from 255) = 44.59%

 GREEN value IS 143 (56.25% from 255) = 30.95%

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

R = 44.59%
G = 30.95%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE8F71 (or 0xCE8F71) is known color: Feldspar. HEX triplet: CE, 8F and 71. RGB value is (206,143,113). Sum of RGB (Red+Green+Blue) = 206+143+113=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8F71 is #31708E. Grayscale: #9E9E9E. Windows color (decimal): -3240079 or 7442382. OLE color: 7442382.

HSL color Cylindrical-coordinate representation of color #CE8F71: hue angle of 19.35º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE8F71 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 143 113 -
CMYK 0 0.31 0.45 0.19
HSL 19.35º 0.49% 0.63% -
HSV(B) 19.35º 0.45% 0.81% -
XYZ 38.26 33.96 20.16 -
YUV 158.42 102.37 161.94 -
System Red Green Blue C M Y K H S L
Decimal 206 143 113 0 0.31 0.45 0.19 19.35 0.49 0.63
Hex CE 8F 71 0 1F 2D 13 13 31 3F
Octal 316 217 161 0 37 55 23 23 61 77
Binary 11001110 10001111 1110001 0 11111 101101 10011 10011 110001 111111

Color Harmonies of #CE8F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F71

Black with #CE8F71

Text Example


Text Example

White with #CE8F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F71; }

 p { color: rgb(206,143,113); }

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

background-color css

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

 a { background-color: rgb(206,143,113); }

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

border-color css

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

 span { border-color: rgb(206,143,113); }

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