Html Css Color HEX #CE896E Feldspar

📋 copy color: '#CE896E'

red 206 ◦ green 137 ◦ blue 110

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

Shades of Feldspar #CE896E

Tints of Feldspar #CE896E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.24%

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

R = 45.47%
G = 30.24%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE896E (or 0xCE896E) is known color: Feldspar. HEX triplet: CE, 89 and 6E. RGB value is (206,137,110). Sum of RGB (Red+Green+Blue) = 206+137+110=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE896E is #317691. Grayscale: #9A9A9A. Windows color (decimal): -3241618 or 7244238. OLE color: 7244238.

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

Color convert

RGB 206 137 110 -
CMYK 0 0.33 0.47 0.19
HSL 16.88º 0.49% 0.62% -
HSV(B) 16.88º 0.47% 0.81% -
XYZ 37.21 32.14 18.99 -
YUV 154.55 102.86 164.7 -
System Red Green Blue C M Y K H S L
Decimal 206 137 110 0 0.33 0.47 0.19 16.88 0.49 0.62
Hex CE 89 6E 0 21 2F 13 11 31 3E
Octal 316 211 156 0 41 57 23 21 61 76
Binary 11001110 10001001 1101110 0 100001 101111 10011 10001 110001 111110

Color Harmonies of #CE896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE896E

Black with #CE896E

Text Example


Text Example

White with #CE896E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE896E; }

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

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

background-color css

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

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

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

border-color css

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

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

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