Html Css Color HEX #CE976E Feldspar

📋 copy color: '#CE976E'

red 206 ◦ green 151 ◦ blue 110

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

Shades of Feldspar #CE976E

Tints of Feldspar #CE976E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.33%

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

R = 44.11%
G = 32.33%
B = 23.55%

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

#CE976E (or 0xCE976E) is known color: Feldspar. HEX triplet: CE, 97 and 6E. RGB value is (206,151,110). Sum of RGB (Red+Green+Blue) = 206+151+110=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE976E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE976E is #316891. Grayscale: #A2A2A2. Windows color (decimal): -3238034 or 7247822. OLE color: 7247822.

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

Color convert

RGB 206 151 110 -
CMYK 0 0.27 0.47 0.19
HSL 25.63º 0.49% 0.62% -
HSV(B) 25.63º 0.47% 0.81% -
XYZ 39.33 36.38 19.7 -
YUV 162.77 98.22 158.83 -
System Red Green Blue C M Y K H S L
Decimal 206 151 110 0 0.27 0.47 0.19 25.63 0.49 0.62
Hex CE 97 6E 0 1B 2F 13 1A 31 3E
Octal 316 227 156 0 33 57 23 32 61 76
Binary 11001110 10010111 1101110 0 11011 101111 10011 11010 110001 111110

Color Harmonies of #CE976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE976E

Black with #CE976E

Text Example


Text Example

White with #CE976E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE976E; }

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

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

background-color css

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

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

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

border-color css

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

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

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