Html Css Color HEX #CE956E Feldspar

📋 copy color: '#CE956E'

red 206 ◦ green 149 ◦ blue 110

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

Shades of Feldspar #CE956E

Tints of Feldspar #CE956E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.04%

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

R = 44.3%
G = 32.04%
B = 23.66%

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

#CE956E (or 0xCE956E) is known color: Feldspar. HEX triplet: CE, 95 and 6E. RGB value is (206,149,110). Sum of RGB (Red+Green+Blue) = 206+149+110=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE956E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE956E is #316A91. Grayscale: #A1A1A1. Windows color (decimal): -3238546 or 7247310. OLE color: 7247310.

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

Color convert

RGB 206 149 110 -
CMYK 0 0.28 0.47 0.19
HSL 24.38º 0.49% 0.62% -
HSV(B) 24.38º 0.47% 0.81% -
XYZ 39.02 35.74 19.59 -
YUV 161.6 98.88 159.67 -
System Red Green Blue C M Y K H S L
Decimal 206 149 110 0 0.28 0.47 0.19 24.38 0.49 0.62
Hex CE 95 6E 0 1C 2F 13 18 31 3E
Octal 316 225 156 0 34 57 23 30 61 76
Binary 11001110 10010101 1101110 0 11100 101111 10011 11000 110001 111110

Color Harmonies of #CE956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE956E

Black with #CE956E

Text Example


Text Example

White with #CE956E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE956E; }

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

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

background-color css

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

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

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

border-color css

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

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

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