Html Css Color HEX #CE8F78 Feldspar

📋 copy color: '#CE8F78'

red 206 ◦ green 143 ◦ blue 120

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

Shades of Feldspar #CE8F78

Tints of Feldspar #CE8F78

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.49%

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

R = 43.92%
G = 30.49%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE8F78 (or 0xCE8F78) is known color: Feldspar. HEX triplet: CE, 8F and 78. RGB value is (206,143,120). Sum of RGB (Red+Green+Blue) = 206+143+120=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8F78 is #317087. Grayscale: #9F9F9F. Windows color (decimal): -3240072 or 7901134. OLE color: 7901134.

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

Color convert

RGB 206 143 120 -
CMYK 0 0.31 0.42 0.19
HSL 16.05º 0.47% 0.64% -
HSV(B) 16.05º 0.42% 0.81% -
XYZ 38.67 34.12 22.32 -
YUV 159.22 105.87 161.37 -
System Red Green Blue C M Y K H S L
Decimal 206 143 120 0 0.31 0.42 0.19 16.05 0.47 0.64
Hex CE 8F 78 0 1F 2A 13 10 2F 40
Octal 316 217 170 0 37 52 23 20 57 100
Binary 11001110 10001111 1111000 0 11111 101010 10011 10000 101111 1000000

Color Harmonies of #CE8F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F78

Black with #CE8F78

Text Example


Text Example

White with #CE8F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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