Html Css Color HEX #CE966E Feldspar

📋 copy color: '#CE966E'

red 206 ◦ green 150 ◦ blue 110

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

Shades of Feldspar #CE966E

Tints of Feldspar #CE966E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.19%

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

R = 44.21%
G = 32.19%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE966E (or 0xCE966E) is known color: Feldspar. HEX triplet: CE, 96 and 6E. RGB value is (206,150,110). Sum of RGB (Red+Green+Blue) = 206+150+110=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE966E is #316991. Grayscale: #A2A2A2. Windows color (decimal): -3238290 or 7247566. OLE color: 7247566.

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

Color convert

RGB 206 150 110 -
CMYK 0 0.27 0.47 0.19
HSL 25º 0.49% 0.62% -
HSV(B) 25º 0.47% 0.81% -
XYZ 39.17 36.06 19.65 -
YUV 162.18 98.55 159.25 -
System Red Green Blue C M Y K H S L
Decimal 206 150 110 0 0.27 0.47 0.19 25 0.49 0.62
Hex CE 96 6E 0 1B 2F 13 19 31 3E
Octal 316 226 156 0 33 57 23 31 61 76
Binary 11001110 10010110 1101110 0 11011 101111 10011 11001 110001 111110

Color Harmonies of #CE966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE966E

Black with #CE966E

Text Example


Text Example

White with #CE966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE966E; }

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

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

background-color css

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

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

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

border-color css

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

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

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