Html Css Color HEX #CE8F75 Feldspar

📋 copy color: '#CE8F75'

red 206 ◦ green 143 ◦ blue 117

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

Shades of Feldspar #CE8F75

Tints of Feldspar #CE8F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.11%

R = 44.21%
G = 30.69%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE8F75 (or 0xCE8F75) is known color: Feldspar. HEX triplet: CE, 8F and 75. RGB value is (206,143,117). Sum of RGB (Red+Green+Blue) = 206+143+117=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8F75 is #31708A. Grayscale: #9F9F9F. Windows color (decimal): -3240075 or 7704526. OLE color: 7704526.

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

Color convert

RGB 206 143 117 -
CMYK 0 0.31 0.43 0.19
HSL 17.53º 0.48% 0.63% -
HSV(B) 17.53º 0.43% 0.81% -
XYZ 38.49 34.05 21.37 -
YUV 158.87 104.37 161.61 -
System Red Green Blue C M Y K H S L
Decimal 206 143 117 0 0.31 0.43 0.19 17.53 0.48 0.63
Hex CE 8F 75 0 1F 2B 13 12 30 3F
Octal 316 217 165 0 37 53 23 22 60 77
Binary 11001110 10001111 1110101 0 11111 101011 10011 10010 110000 111111

Color Harmonies of #CE8F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F75

Black with #CE8F75

Text Example


Text Example

White with #CE8F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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