Html Css Color HEX #CE8975 Feldspar

📋 copy color: '#CE8975'

red 206 ◦ green 137 ◦ blue 117

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

Shades of Feldspar #CE8975

Tints of Feldspar #CE8975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.78%

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

R = 44.78%
G = 29.78%
B = 25.43%

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

#CE8975 (or 0xCE8975) is known color: Feldspar. HEX triplet: CE, 89 and 75. RGB value is (206,137,117). Sum of RGB (Red+Green+Blue) = 206+137+117=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8975 is #31768A. Grayscale: #9B9B9B. Windows color (decimal): -3241611 or 7702990. OLE color: 7702990.

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

Color convert

RGB 206 137 117 -
CMYK 0 0.33 0.43 0.19
HSL 13.48º 0.48% 0.63% -
HSV(B) 13.48º 0.43% 0.81% -
XYZ 37.61 32.3 21.08 -
YUV 155.35 106.36 164.13 -
System Red Green Blue C M Y K H S L
Decimal 206 137 117 0 0.33 0.43 0.19 13.48 0.48 0.63
Hex CE 89 75 0 21 2B 13 D 30 3F
Octal 316 211 165 0 41 53 23 15 60 77
Binary 11001110 10001001 1110101 0 100001 101011 10011 1101 110000 111111

Color Harmonies of #CE8975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8975

Black with #CE8975

Text Example


Text Example

White with #CE8975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8975; }

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

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

background-color css

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

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

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

border-color css

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

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

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