Html Css Color HEX #CE9777 Feldspar

📋 copy color: '#CE9777'

red 206 ◦ green 151 ◦ blue 119

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

Shades of Feldspar #CE9777

Tints of Feldspar #CE9777

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.72%

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

R = 43.28%
G = 31.72%
B = 25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE9777 (or 0xCE9777) is known color: Feldspar. HEX triplet: CE, 97 and 77. RGB value is (206,151,119). Sum of RGB (Red+Green+Blue) = 206+151+119=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9777 is #316888. Grayscale: #A3A3A3. Windows color (decimal): -3238025 or 7837646. OLE color: 7837646.

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

Color convert

RGB 206 151 119 -
CMYK 0 0.27 0.42 0.19
HSL 22.07º 0.47% 0.64% -
HSV(B) 22.07º 0.42% 0.81% -
XYZ 39.85 36.59 22.41 -
YUV 163.8 102.72 158.1 -
System Red Green Blue C M Y K H S L
Decimal 206 151 119 0 0.27 0.42 0.19 22.07 0.47 0.64
Hex CE 97 77 0 1B 2A 13 16 2F 40
Octal 316 227 167 0 33 52 23 26 57 100
Binary 11001110 10010111 1110111 0 11011 101010 10011 10110 101111 1000000

Color Harmonies of #CE9777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9777

Black with #CE9777

Text Example


Text Example

White with #CE9777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9777; }

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

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

background-color css

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

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

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

border-color css

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

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

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