Html Css Color HEX #CE9770 Feldspar

📋 copy color: '#CE9770'

red 206 ◦ green 151 ◦ blue 112

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

Shades of Feldspar #CE9770

Tints of Feldspar #CE9770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.88%

R = 43.92%
G = 32.2%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE9770 (or 0xCE9770) is known color: Feldspar. HEX triplet: CE, 97 and 70. RGB value is (206,151,112). Sum of RGB (Red+Green+Blue) = 206+151+112=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9770 is #31688F. Grayscale: #A3A3A3. Windows color (decimal): -3238032 or 7378894. OLE color: 7378894.

HSL color Cylindrical-coordinate representation of color #CE9770: hue angle of 24.89º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE9770 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 151 112 -
CMYK 0 0.27 0.46 0.19
HSL 24.89º 0.49% 0.62% -
HSV(B) 24.89º 0.46% 0.81% -
XYZ 39.44 36.42 20.28 -
YUV 163 99.22 158.67 -
System Red Green Blue C M Y K H S L
Decimal 206 151 112 0 0.27 0.46 0.19 24.89 0.49 0.62
Hex CE 97 70 0 1B 2E 13 19 31 3E
Octal 316 227 160 0 33 56 23 31 61 76
Binary 11001110 10010111 1110000 0 11011 101110 10011 11001 110001 111110

Color Harmonies of #CE9770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9770

Black with #CE9770

Text Example


Text Example

White with #CE9770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9770; }

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

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

background-color css

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

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

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

border-color css

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

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

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