Html Css Color HEX #CE946D Feldspar

📋 copy color: '#CE946D'

red 206 ◦ green 148 ◦ blue 109

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

Shades of Feldspar #CE946D

Tints of Feldspar #CE946D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.97%

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

R = 44.49%
G = 31.97%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE946D (or 0xCE946D) is known color: Feldspar. HEX triplet: CE, 94 and 6D. RGB value is (206,148,109). Sum of RGB (Red+Green+Blue) = 206+148+109=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE946D is #316B92. Grayscale: #A1A1A1. Windows color (decimal): -3238803 or 7181518. OLE color: 7181518.

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

Color convert

RGB 206 148 109 -
CMYK 0 0.28 0.47 0.19
HSL 24.12º 0.5% 0.62% -
HSV(B) 24.12º 0.47% 0.81% -
XYZ 38.8 35.41 19.26 -
YUV 160.9 98.72 160.17 -
System Red Green Blue C M Y K H S L
Decimal 206 148 109 0 0.28 0.47 0.19 24.12 0.5 0.62
Hex CE 94 6D 0 1C 2F 13 18 32 3E
Octal 316 224 155 0 34 57 23 30 62 76
Binary 11001110 10010100 1101101 0 11100 101111 10011 11000 110010 111110

Color Harmonies of #CE946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE946D

Black with #CE946D

Text Example


Text Example

White with #CE946D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE946D; }

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

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

background-color css

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

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

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

border-color css

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

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

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