Html Css Color HEX #CE9A70 Feldspar

📋 copy color: '#CE9A70'

red 206 ◦ green 154 ◦ blue 112

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

Shades of Feldspar #CE9A70

Tints of Feldspar #CE9A70

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.63%

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

R = 43.64%
G = 32.63%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE9A70 (or 0xCE9A70) is known color: Feldspar. HEX triplet: CE, 9A and 70. RGB value is (206,154,112). Sum of RGB (Red+Green+Blue) = 206+154+112=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9A70 is #31658F. Grayscale: #A4A4A4. Windows color (decimal): -3237264 or 7379662. OLE color: 7379662.

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

Color convert

RGB 206 154 112 -
CMYK 0 0.25 0.46 0.19
HSL 26.81º 0.49% 0.62% -
HSV(B) 26.81º 0.46% 0.81% -
XYZ 39.93 37.4 20.44 -
YUV 164.76 98.23 157.42 -
System Red Green Blue C M Y K H S L
Decimal 206 154 112 0 0.25 0.46 0.19 26.81 0.49 0.62
Hex CE 9A 70 0 19 2E 13 1B 31 3E
Octal 316 232 160 0 31 56 23 33 61 76
Binary 11001110 10011010 1110000 0 11001 101110 10011 11011 110001 111110

Color Harmonies of #CE9A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9A70

Black with #CE9A70

Text Example


Text Example

White with #CE9A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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