Html Css Color HEX #CE8970 Feldspar

📋 copy color: '#CE8970'

red 206 ◦ green 137 ◦ blue 112

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

Shades of Feldspar #CE8970

Tints of Feldspar #CE8970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.11%

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

R = 45.27%
G = 30.11%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE8970 (or 0xCE8970) is known color: Feldspar. HEX triplet: CE, 89 and 70. RGB value is (206,137,112). Sum of RGB (Red+Green+Blue) = 206+137+112=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8970 is #31768F. Grayscale: #9A9A9A. Windows color (decimal): -3241616 or 7375310. OLE color: 7375310.

HSL color Cylindrical-coordinate representation of color #CE8970: hue angle of 15.96º 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 #CE8970 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 137 112 -
CMYK 0 0.33 0.46 0.19
HSL 15.96º 0.49% 0.62% -
HSV(B) 15.96º 0.46% 0.81% -
XYZ 37.32 32.18 19.57 -
YUV 154.78 103.86 164.53 -
System Red Green Blue C M Y K H S L
Decimal 206 137 112 0 0.33 0.46 0.19 15.96 0.49 0.62
Hex CE 89 70 0 21 2E 13 10 31 3E
Octal 316 211 160 0 41 56 23 20 61 76
Binary 11001110 10001001 1110000 0 100001 101110 10011 10000 110001 111110

Color Harmonies of #CE8970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8970

Black with #CE8970

Text Example


Text Example

White with #CE8970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8970; }

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

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

background-color css

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

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

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

border-color css

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

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

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