Html Css Color HEX #CE8F70 Feldspar

📋 copy color: '#CE8F70'

red 206 ◦ green 143 ◦ blue 112

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

Shades of Feldspar #CE8F70

Tints of Feldspar #CE8F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.3%

R = 44.69%
G = 31.02%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE8F70 (or 0xCE8F70) is known color: Feldspar. HEX triplet: CE, 8F and 70. RGB value is (206,143,112). Sum of RGB (Red+Green+Blue) = 206+143+112=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8F70 is #31708F. Grayscale: #9E9E9E. Windows color (decimal): -3240080 or 7376846. OLE color: 7376846.

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

Color convert

RGB 206 143 112 -
CMYK 0 0.31 0.46 0.19
HSL 19.79º 0.49% 0.62% -
HSV(B) 19.79º 0.46% 0.81% -
XYZ 38.2 33.94 19.87 -
YUV 158.3 101.87 162.02 -
System Red Green Blue C M Y K H S L
Decimal 206 143 112 0 0.31 0.46 0.19 19.79 0.49 0.62
Hex CE 8F 70 0 1F 2E 13 14 31 3E
Octal 316 217 160 0 37 56 23 24 61 76
Binary 11001110 10001111 1110000 0 11111 101110 10011 10100 110001 111110

Color Harmonies of #CE8F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F70

Black with #CE8F70

Text Example


Text Example

White with #CE8F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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