Html Css Color HEX #CE9577 Feldspar

📋 copy color: '#CE9577'

red 206 ◦ green 149 ◦ blue 119

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

Shades of Feldspar #CE9577

Tints of Feldspar #CE9577

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.43%

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

R = 43.46%
G = 31.43%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE9577 (or 0xCE9577) is known color: Feldspar. HEX triplet: CE, 95 and 77. RGB value is (206,149,119). Sum of RGB (Red+Green+Blue) = 206+149+119=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9577 is #316A88. Grayscale: #A2A2A2. Windows color (decimal): -3238537 or 7837134. OLE color: 7837134.

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

Color convert

RGB 206 149 119 -
CMYK 0 0.28 0.42 0.19
HSL 20.69º 0.47% 0.64% -
HSV(B) 20.69º 0.42% 0.81% -
XYZ 39.53 35.95 22.31 -
YUV 162.62 103.38 158.94 -
System Red Green Blue C M Y K H S L
Decimal 206 149 119 0 0.28 0.42 0.19 20.69 0.47 0.64
Hex CE 95 77 0 1C 2A 13 15 2F 40
Octal 316 225 167 0 34 52 23 25 57 100
Binary 11001110 10010101 1110111 0 11100 101010 10011 10101 101111 1000000

Color Harmonies of #CE9577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9577

Black with #CE9577

Text Example


Text Example

White with #CE9577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9577; }

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

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

background-color css

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

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

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

border-color css

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

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

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