Html Css Color HEX #CE9982 Feldspar

📋 copy color: '#CE9982'

red 206 ◦ green 153 ◦ blue 130

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

Shades of Feldspar #CE9982

Tints of Feldspar #CE9982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.58%

R = 42.13%
G = 31.29%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE9982 (or 0xCE9982) is known color: Feldspar. HEX triplet: CE, 99 and 82. RGB value is (206,153,130). Sum of RGB (Red+Green+Blue) = 206+153+130=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9982 is #31667D. Grayscale: #A6A6A6. Windows color (decimal): -3237502 or 8559054. OLE color: 8559054.

HSL color Cylindrical-coordinate representation of color #CE9982: hue angle of 18.16º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE9982 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 153 130 -
CMYK 0 0.26 0.37 0.19
HSL 18.16º 0.44% 0.66% -
HSV(B) 18.16º 0.37% 0.81% -
XYZ 40.87 37.52 26.21 -
YUV 166.23 107.56 156.37 -
System Red Green Blue C M Y K H S L
Decimal 206 153 130 0 0.26 0.37 0.19 18.16 0.44 0.66
Hex CE 99 82 0 1A 25 13 12 2C 42
Octal 316 231 202 0 32 45 23 22 54 102
Binary 11001110 10011001 10000010 0 11010 100101 10011 10010 101100 1000010

Color Harmonies of #CE9982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9982

Black with #CE9982

Text Example


Text Example

White with #CE9982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9982; }

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

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

background-color css

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

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

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

border-color css

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

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

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