Html Css Color HEX #CE8772 Feldspar

📋 copy color: '#CE8772'

red 206 ◦ green 135 ◦ blue 114

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

Shades of Feldspar #CE8772

Tints of Feldspar #CE8772

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.67%

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

R = 45.27%
G = 29.67%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE8772 (or 0xCE8772) is known color: Feldspar. HEX triplet: CE, 87 and 72. RGB value is (206,135,114). Sum of RGB (Red+Green+Blue) = 206+135+114=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8772 is #31788D. Grayscale: #999999. Windows color (decimal): -3242126 or 7505870. OLE color: 7505870.

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

Color convert

RGB 206 135 114 -
CMYK 0 0.34 0.45 0.19
HSL 13.7º 0.48% 0.63% -
HSV(B) 13.7º 0.45% 0.81% -
XYZ 37.15 31.66 20.07 -
YUV 153.84 105.52 165.21 -
System Red Green Blue C M Y K H S L
Decimal 206 135 114 0 0.34 0.45 0.19 13.7 0.48 0.63
Hex CE 87 72 0 22 2D 13 E 30 3F
Octal 316 207 162 0 42 55 23 16 60 77
Binary 11001110 10000111 1110010 0 100010 101101 10011 1110 110000 111111

Color Harmonies of #CE8772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8772

Black with #CE8772

Text Example


Text Example

White with #CE8772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8772; }

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

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

background-color css

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

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

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

border-color css

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

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

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