Html Css Color HEX #CE8B78 Feldspar

📋 copy color: '#CE8B78'

red 206 ◦ green 139 ◦ blue 120

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

Shades of Feldspar #CE8B78

Tints of Feldspar #CE8B78

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.89%

 BLUE value IS 120 (47.27% from 255) = 25.81%

R = 44.3%
G = 29.89%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE8B78 (or 0xCE8B78) is known color: Feldspar. HEX triplet: CE, 8B and 78. RGB value is (206,139,120). Sum of RGB (Red+Green+Blue) = 206+139+120=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8B78 is #317487. Grayscale: #9D9D9D. Windows color (decimal): -3241096 or 7900110. OLE color: 7900110.

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

Color convert

RGB 206 139 120 -
CMYK 0 0.33 0.42 0.19
HSL 13.26º 0.47% 0.64% -
HSV(B) 13.26º 0.42% 0.81% -
XYZ 38.08 32.94 22.12 -
YUV 156.87 107.2 163.04 -
System Red Green Blue C M Y K H S L
Decimal 206 139 120 0 0.33 0.42 0.19 13.26 0.47 0.64
Hex CE 8B 78 0 21 2A 13 D 2F 40
Octal 316 213 170 0 41 52 23 15 57 100
Binary 11001110 10001011 1111000 0 100001 101010 10011 1101 101111 1000000

Color Harmonies of #CE8B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8B78

Black with #CE8B78

Text Example


Text Example

White with #CE8B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8B78; }

 p { color: rgb(206,139,120); }

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

background-color css

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

 a { background-color: rgb(206,139,120); }

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

border-color css

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

 span { border-color: rgb(206,139,120); }

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