Html Css Color HEX #CE8A75 Feldspar

📋 copy color: '#CE8A75'

red 206 ◦ green 138 ◦ blue 117

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

Shades of Feldspar #CE8A75

Tints of Feldspar #CE8A75

RGB

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

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

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

R = 44.69%
G = 29.93%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE8A75 (or 0xCE8A75) is known color: Feldspar. HEX triplet: CE, 8A and 75. RGB value is (206,138,117). Sum of RGB (Red+Green+Blue) = 206+138+117=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8A75 is #31758A. Grayscale: #9C9C9C. Windows color (decimal): -3241355 or 7703246. OLE color: 7703246.

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

Color convert

RGB 206 138 117 -
CMYK 0 0.33 0.43 0.19
HSL 14.16º 0.48% 0.63% -
HSV(B) 14.16º 0.43% 0.81% -
XYZ 37.75 32.58 21.13 -
YUV 155.94 106.03 163.71 -
System Red Green Blue C M Y K H S L
Decimal 206 138 117 0 0.33 0.43 0.19 14.16 0.48 0.63
Hex CE 8A 75 0 21 2B 13 E 30 3F
Octal 316 212 165 0 41 53 23 16 60 77
Binary 11001110 10001010 1110101 0 100001 101011 10011 1110 110000 111111

Color Harmonies of #CE8A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8A75

Black with #CE8A75

Text Example


Text Example

White with #CE8A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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