Html Css Color HEX #CE9977 Feldspar

📋 copy color: '#CE9977'

red 206 ◦ green 153 ◦ blue 119

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

Shades of Feldspar #CE9977

Tints of Feldspar #CE9977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.01%

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

R = 43.1%
G = 32.01%
B = 24.9%

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

#CE9977 (or 0xCE9977) is known color: Feldspar. HEX triplet: CE, 99 and 77. RGB value is (206,153,119). Sum of RGB (Red+Green+Blue) = 206+153+119=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9977 is #316688. Grayscale: #A5A5A5. Windows color (decimal): -3237513 or 7838158. OLE color: 7838158.

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

Color convert

RGB 206 153 119 -
CMYK 0 0.26 0.42 0.19
HSL 23.45º 0.47% 0.64% -
HSV(B) 23.45º 0.42% 0.81% -
XYZ 40.17 37.24 22.52 -
YUV 164.97 102.06 157.26 -
System Red Green Blue C M Y K H S L
Decimal 206 153 119 0 0.26 0.42 0.19 23.45 0.47 0.64
Hex CE 99 77 0 1A 2A 13 17 2F 40
Octal 316 231 167 0 32 52 23 27 57 100
Binary 11001110 10011001 1110111 0 11010 101010 10011 10111 101111 1000000

Color Harmonies of #CE9977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9977

Black with #CE9977

Text Example


Text Example

White with #CE9977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9977; }

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

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

background-color css

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

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

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

border-color css

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

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

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