Html Css Color HEX #CE8A78 Feldspar

📋 copy color: '#CE8A78'

red 206 ◦ green 138 ◦ blue 120

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

Shades of Feldspar #CE8A78

Tints of Feldspar #CE8A78

RGB

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

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

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

R = 44.4%
G = 29.74%
B = 25.86%

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

#CE8A78 (or 0xCE8A78) is known color: Feldspar. HEX triplet: CE, 8A and 78. RGB value is (206,138,120). Sum of RGB (Red+Green+Blue) = 206+138+120=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8A78 is #317587. Grayscale: #9C9C9C. Windows color (decimal): -3241352 or 7899854. OLE color: 7899854.

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

Color convert

RGB 206 138 120 -
CMYK 0 0.33 0.42 0.19
HSL 12.56º 0.47% 0.64% -
HSV(B) 12.56º 0.42% 0.81% -
XYZ 37.93 32.65 22.07 -
YUV 156.28 107.53 163.46 -
System Red Green Blue C M Y K H S L
Decimal 206 138 120 0 0.33 0.42 0.19 12.56 0.47 0.64
Hex CE 8A 78 0 21 2A 13 D 2F 40
Octal 316 212 170 0 41 52 23 15 57 100
Binary 11001110 10001010 1111000 0 100001 101010 10011 1101 101111 1000000

Color Harmonies of #CE8A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8A78

Black with #CE8A78

Text Example


Text Example

White with #CE8A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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