Html Css Color HEX #CE9782 Feldspar

📋 copy color: '#CE9782'

red 206 ◦ green 151 ◦ blue 130

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

Shades of Feldspar #CE9782

Tints of Feldspar #CE9782

RGB

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

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

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

R = 42.3%
G = 31.01%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE9782 (or 0xCE9782) is known color: Feldspar. HEX triplet: CE, 97 and 82. RGB value is (206,151,130). Sum of RGB (Red+Green+Blue) = 206+151+130=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9782 is #31687D. Grayscale: #A5A5A5. Windows color (decimal): -3238014 or 8558542. OLE color: 8558542.

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

Color convert

RGB 206 151 130 -
CMYK 0 0.27 0.37 0.19
HSL 16.58º 0.44% 0.66% -
HSV(B) 16.58º 0.37% 0.81% -
XYZ 40.55 36.87 26.1 -
YUV 165.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 206 151 130 0 0.27 0.37 0.19 16.58 0.44 0.66
Hex CE 97 82 0 1B 25 13 11 2C 42
Octal 316 227 202 0 33 45 23 21 54 102
Binary 11001110 10010111 10000010 0 11011 100101 10011 10001 101100 1000010

Color Harmonies of #CE9782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9782

Black with #CE9782

Text Example


Text Example

White with #CE9782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9782; }

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

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

background-color css

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

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

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

border-color css

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

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

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