Html Css Color HEX #CE8C79 Feldspar

📋 copy color: '#CE8C79'

red 206 ◦ green 140 ◦ blue 121

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

Shades of Feldspar #CE8C79

Tints of Feldspar #CE8C79

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.98%

 BLUE value IS 121 (47.66% from 255) = 25.91%

R = 44.11%
G = 29.98%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE8C79 (or 0xCE8C79) is known color: Feldspar. HEX triplet: CE, 8C and 79. RGB value is (206,140,121). Sum of RGB (Red+Green+Blue) = 206+140+121=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8C79 is #317386. Grayscale: #9D9D9D. Windows color (decimal): -3240839 or 7965902. OLE color: 7965902.

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

Color convert

RGB 206 140 121 -
CMYK 0 0.32 0.41 0.19
HSL 13.41º 0.46% 0.64% -
HSV(B) 13.41º 0.41% 0.81% -
XYZ 38.28 33.26 22.49 -
YUV 157.57 107.37 162.54 -
System Red Green Blue C M Y K H S L
Decimal 206 140 121 0 0.32 0.41 0.19 13.41 0.46 0.64
Hex CE 8C 79 0 20 29 13 D 2E 40
Octal 316 214 171 0 40 51 23 15 56 100
Binary 11001110 10001100 1111001 0 100000 101001 10011 1101 101110 1000000

Color Harmonies of #CE8C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8C79

Black with #CE8C79

Text Example


Text Example

White with #CE8C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8C79; }

 p { color: rgb(206,140,121); }

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

background-color css

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

 a { background-color: rgb(206,140,121); }

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

border-color css

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

 span { border-color: rgb(206,140,121); }

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