Html Css Color HEX #CE8B72 Feldspar

📋 copy color: '#CE8B72'

red 206 ◦ green 139 ◦ blue 114

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

Shades of Feldspar #CE8B72

Tints of Feldspar #CE8B72

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.28%

 BLUE value IS 114 (44.92% from 255) = 24.84%

R = 44.88%
G = 30.28%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE8B72 (or 0xCE8B72) is known color: Feldspar. HEX triplet: CE, 8B and 72. RGB value is (206,139,114). Sum of RGB (Red+Green+Blue) = 206+139+114=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8B72 is #31748D. Grayscale: #9C9C9C. Windows color (decimal): -3241102 or 7506894. OLE color: 7506894.

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

Color convert

RGB 206 139 114 -
CMYK 0 0.33 0.45 0.19
HSL 16.3º 0.48% 0.63% -
HSV(B) 16.3º 0.45% 0.81% -
XYZ 37.72 32.8 20.26 -
YUV 156.18 104.2 163.53 -
System Red Green Blue C M Y K H S L
Decimal 206 139 114 0 0.33 0.45 0.19 16.3 0.48 0.63
Hex CE 8B 72 0 21 2D 13 10 30 3F
Octal 316 213 162 0 41 55 23 20 60 77
Binary 11001110 10001011 1110010 0 100001 101101 10011 10000 110000 111111

Color Harmonies of #CE8B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8B72

Black with #CE8B72

Text Example


Text Example

White with #CE8B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8B72; }

 p { color: rgb(206,139,114); }

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

background-color css

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

 a { background-color: rgb(206,139,114); }

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

border-color css

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

 span { border-color: rgb(206,139,114); }

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