Html Css Color HEX #CE8A76 Feldspar

📋 copy color: '#CE8A76'

red 206 ◦ green 138 ◦ blue 118

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

Shades of Feldspar #CE8A76

Tints of Feldspar #CE8A76

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.87%

 BLUE value IS 118 (46.48% from 255) = 25.54%

R = 44.59%
G = 29.87%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE8A76 (or 0xCE8A76) is known color: Feldspar. HEX triplet: CE, 8A and 76. RGB value is (206,138,118). Sum of RGB (Red+Green+Blue) = 206+138+118=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8A76 is #317589. Grayscale: #9C9C9C. Windows color (decimal): -3241354 or 7768782. OLE color: 7768782.

HSL color Cylindrical-coordinate representation of color #CE8A76: hue angle of 13.64º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE8A76 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 138 118 -
CMYK 0 0.33 0.43 0.19
HSL 13.64º 0.47% 0.64% -
HSV(B) 13.64º 0.43% 0.81% -
XYZ 37.81 32.61 21.44 -
YUV 156.05 106.53 163.63 -
System Red Green Blue C M Y K H S L
Decimal 206 138 118 0 0.33 0.43 0.19 13.64 0.47 0.64
Hex CE 8A 76 0 21 2B 13 E 2F 40
Octal 316 212 166 0 41 53 23 16 57 100
Binary 11001110 10001010 1110110 0 100001 101011 10011 1110 101111 1000000

Color Harmonies of #CE8A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8A76

Black with #CE8A76

Text Example


Text Example

White with #CE8A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8A76; }

 p { color: rgb(206,138,118); }

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

background-color css

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

 a { background-color: rgb(206,138,118); }

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

border-color css

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

 span { border-color: rgb(206,138,118); }

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