Html Css Color HEX #CE8C77 Feldspar

📋 copy color: '#CE8C77'

red 206 ◦ green 140 ◦ blue 119

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

Shades of Feldspar #CE8C77

Tints of Feldspar #CE8C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.59%

R = 44.3%
G = 30.11%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE8C77 (or 0xCE8C77) is known color: Feldspar. HEX triplet: CE, 8C and 77. RGB value is (206,140,119). Sum of RGB (Red+Green+Blue) = 206+140+119=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8C77 is #317388. Grayscale: #9D9D9D. Windows color (decimal): -3240841 or 7834830. OLE color: 7834830.

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

Color convert

RGB 206 140 119 -
CMYK 0 0.32 0.42 0.19
HSL 14.48º 0.47% 0.64% -
HSV(B) 14.48º 0.42% 0.81% -
XYZ 38.16 33.21 21.85 -
YUV 157.34 106.37 162.71 -
System Red Green Blue C M Y K H S L
Decimal 206 140 119 0 0.32 0.42 0.19 14.48 0.47 0.64
Hex CE 8C 77 0 20 2A 13 E 2F 40
Octal 316 214 167 0 40 52 23 16 57 100
Binary 11001110 10001100 1110111 0 100000 101010 10011 1110 101111 1000000

Color Harmonies of #CE8C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8C77

Black with #CE8C77

Text Example


Text Example

White with #CE8C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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