Html Css Color HEX #CE936E Feldspar

📋 copy color: '#CE936E'

red 206 ◦ green 147 ◦ blue 110

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

Shades of Feldspar #CE936E

Tints of Feldspar #CE936E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.76%

R = 44.49%
G = 31.75%
B = 23.76%

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

#CE936E (or 0xCE936E) is known color: Feldspar. HEX triplet: CE, 93 and 6E. RGB value is (206,147,110). Sum of RGB (Red+Green+Blue) = 206+147+110=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE936E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE936E is #316C91. Grayscale: #A0A0A0. Windows color (decimal): -3239058 or 7246798. OLE color: 7246798.

HSL color Cylindrical-coordinate representation of color #CE936E: hue angle of 23.12º degrees, saturation: 0.49, 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 #CE936E is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 147 110 -
CMYK 0 0.29 0.47 0.19
HSL 23.13º 0.49% 0.62% -
HSV(B) 23.13º 0.47% 0.81% -
XYZ 38.7 35.12 19.49 -
YUV 160.42 99.55 160.51 -
System Red Green Blue C M Y K H S L
Decimal 206 147 110 0 0.29 0.47 0.19 23.13 0.49 0.62
Hex CE 93 6E 0 1D 2F 13 17 31 3E
Octal 316 223 156 0 35 57 23 27 61 76
Binary 11001110 10010011 1101110 0 11101 101111 10011 10111 110001 111110

Color Harmonies of #CE936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE936E

Black with #CE936E

Text Example


Text Example

White with #CE936E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE936E; }

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

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

background-color css

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

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

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

border-color css

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

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

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