Html Css Color HEX #CE9B79 Feldspar

📋 copy color: '#CE9B79'

red 206 ◦ green 155 ◦ blue 121

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

Shades of Feldspar #CE9B79

Tints of Feldspar #CE9B79

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.16%

 BLUE value IS 121 (47.66% from 255) = 25.1%

R = 42.74%
G = 32.16%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE9B79 (or 0xCE9B79) is known color: Feldspar. HEX triplet: CE, 9B and 79. RGB value is (206,155,121). Sum of RGB (Red+Green+Blue) = 206+155+121=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9B79 is #316486. Grayscale: #A6A6A6. Windows color (decimal): -3236999 or 7969742. OLE color: 7969742.

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

Color convert

RGB 206 155 121 -
CMYK 0 0.25 0.41 0.19
HSL 24º 0.46% 0.64% -
HSV(B) 24º 0.41% 0.81% -
XYZ 40.63 37.94 23.27 -
YUV 166.37 102.4 156.26 -
System Red Green Blue C M Y K H S L
Decimal 206 155 121 0 0.25 0.41 0.19 24 0.46 0.64
Hex CE 9B 79 0 19 29 13 18 2E 40
Octal 316 233 171 0 31 51 23 30 56 100
Binary 11001110 10011011 1111001 0 11001 101001 10011 11000 101110 1000000

Color Harmonies of #CE9B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9B79

Black with #CE9B79

Text Example


Text Example

White with #CE9B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9B79; }

 p { color: rgb(206,155,121); }

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

background-color css

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

 a { background-color: rgb(206,155,121); }

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

border-color css

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

 span { border-color: rgb(206,155,121); }

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