Html Css Color HEX #CE9A77 Feldspar

📋 copy color: '#CE9A77'

red 206 ◦ green 154 ◦ blue 119

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

Shades of Feldspar #CE9A77

Tints of Feldspar #CE9A77

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.15%

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

R = 43.01%
G = 32.15%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE9A77 (or 0xCE9A77) is known color: Feldspar. HEX triplet: CE, 9A and 77. RGB value is (206,154,119). Sum of RGB (Red+Green+Blue) = 206+154+119=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9A77 is #316588. Grayscale: #A5A5A5. Windows color (decimal): -3237257 or 7838414. OLE color: 7838414.

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

Color convert

RGB 206 154 119 -
CMYK 0 0.25 0.42 0.19
HSL 24.14º 0.47% 0.64% -
HSV(B) 24.14º 0.42% 0.81% -
XYZ 40.34 37.56 22.58 -
YUV 165.56 101.73 156.85 -
System Red Green Blue C M Y K H S L
Decimal 206 154 119 0 0.25 0.42 0.19 24.14 0.47 0.64
Hex CE 9A 77 0 19 2A 13 18 2F 40
Octal 316 232 167 0 31 52 23 30 57 100
Binary 11001110 10011010 1110111 0 11001 101010 10011 11000 101111 1000000

Color Harmonies of #CE9A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9A77

Black with #CE9A77

Text Example


Text Example

White with #CE9A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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