Html Css Color HEX #CE936D Feldspar

📋 copy color: '#CE936D'

red 206 ◦ green 147 ◦ blue 109

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

Shades of Feldspar #CE936D

Tints of Feldspar #CE936D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.82%

 BLUE value IS 109 (42.97% from 255) = 23.59%

R = 44.59%
G = 31.82%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE936D (or 0xCE936D) is known color: Feldspar. HEX triplet: CE, 93 and 6D. RGB value is (206,147,109). Sum of RGB (Red+Green+Blue) = 206+147+109=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE936D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE936D is #316C92. Grayscale: #A0A0A0. Windows color (decimal): -3239059 or 7181262. OLE color: 7181262.

HSL color Cylindrical-coordinate representation of color #CE936D: hue angle of 23.51º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE936D is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 147 109 -
CMYK 0 0.29 0.47 0.19
HSL 23.51º 0.5% 0.62% -
HSV(B) 23.51º 0.47% 0.81% -
XYZ 38.65 35.09 19.2 -
YUV 160.31 99.05 160.59 -
System Red Green Blue C M Y K H S L
Decimal 206 147 109 0 0.29 0.47 0.19 23.51 0.5 0.62
Hex CE 93 6D 0 1D 2F 13 18 32 3E
Octal 316 223 155 0 35 57 23 30 62 76
Binary 11001110 10010011 1101101 0 11101 101111 10011 11000 110010 111110

Color Harmonies of #CE936D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE936D

Black with #CE936D

Text Example


Text Example

White with #CE936D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE936D; }

 p { color: rgb(206,147,109); }

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

background-color css

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

 a { background-color: rgb(206,147,109); }

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

border-color css

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

 span { border-color: rgb(206,147,109); }

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