Html Css Color HEX #CE9877 Feldspar

📋 copy color: '#CE9877'

red 206 ◦ green 152 ◦ blue 119

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

Shades of Feldspar #CE9877

Tints of Feldspar #CE9877

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.87%

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

R = 43.19%
G = 31.87%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE9877 (or 0xCE9877) is known color: Feldspar. HEX triplet: CE, 98 and 77. RGB value is (206,152,119). Sum of RGB (Red+Green+Blue) = 206+152+119=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9877 is #316788. Grayscale: #A4A4A4. Windows color (decimal): -3237769 or 7837902. OLE color: 7837902.

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

Color convert

RGB 206 152 119 -
CMYK 0 0.26 0.42 0.19
HSL 22.76º 0.47% 0.64% -
HSV(B) 22.76º 0.42% 0.81% -
XYZ 40.01 36.91 22.47 -
YUV 164.38 102.39 157.68 -
System Red Green Blue C M Y K H S L
Decimal 206 152 119 0 0.26 0.42 0.19 22.76 0.47 0.64
Hex CE 98 77 0 1A 2A 13 17 2F 40
Octal 316 230 167 0 32 52 23 27 57 100
Binary 11001110 10011000 1110111 0 11010 101010 10011 10111 101111 1000000

Color Harmonies of #CE9877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9877

Black with #CE9877

Text Example


Text Example

White with #CE9877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9877; }

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

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

background-color css

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

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

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

border-color css

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

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

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