Html Css Color HEX #CE8F79 Feldspar

📋 copy color: '#CE8F79'

red 206 ◦ green 143 ◦ blue 121

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

Shades of Feldspar #CE8F79

Tints of Feldspar #CE8F79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.74%

R = 43.83%
G = 30.43%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE8F79 (or 0xCE8F79) is known color: Feldspar. HEX triplet: CE, 8F and 79. RGB value is (206,143,121). Sum of RGB (Red+Green+Blue) = 206+143+121=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8F79 is #317086. Grayscale: #9F9F9F. Windows color (decimal): -3240071 or 7966670. OLE color: 7966670.

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

Color convert

RGB 206 143 121 -
CMYK 0 0.31 0.41 0.19
HSL 15.53º 0.46% 0.64% -
HSV(B) 15.53º 0.41% 0.81% -
XYZ 38.73 34.15 22.64 -
YUV 159.33 106.37 161.29 -
System Red Green Blue C M Y K H S L
Decimal 206 143 121 0 0.31 0.41 0.19 15.53 0.46 0.64
Hex CE 8F 79 0 1F 29 13 10 2E 40
Octal 316 217 171 0 37 51 23 20 56 100
Binary 11001110 10001111 1111001 0 11111 101001 10011 10000 101110 1000000

Color Harmonies of #CE8F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F79

Black with #CE8F79

Text Example


Text Example

White with #CE8F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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