Html Css Color HEX #CE996E Feldspar

📋 copy color: '#CE996E'

red 206 ◦ green 153 ◦ blue 110

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

Shades of Feldspar #CE996E

Tints of Feldspar #CE996E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.62%

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

R = 43.92%
G = 32.62%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE996E (or 0xCE996E) is known color: Feldspar. HEX triplet: CE, 99 and 6E. RGB value is (206,153,110). Sum of RGB (Red+Green+Blue) = 206+153+110=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE996E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE996E is #316691. Grayscale: #A4A4A4. Windows color (decimal): -3237522 or 7248334. OLE color: 7248334.

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

Color convert

RGB 206 153 110 -
CMYK 0 0.26 0.47 0.19
HSL 26.88º 0.49% 0.62% -
HSV(B) 26.88º 0.47% 0.81% -
XYZ 39.66 37.03 19.81 -
YUV 163.95 97.56 158 -
System Red Green Blue C M Y K H S L
Decimal 206 153 110 0 0.26 0.47 0.19 26.88 0.49 0.62
Hex CE 99 6E 0 1A 2F 13 1B 31 3E
Octal 316 231 156 0 32 57 23 33 61 76
Binary 11001110 10011001 1101110 0 11010 101111 10011 11011 110001 111110

Color Harmonies of #CE996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE996E

Black with #CE996E

Text Example


Text Example

White with #CE996E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE996E; }

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

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

background-color css

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

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

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

border-color css

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

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

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