Html Css Color HEX #CE9A7B Feldspar

📋 copy color: '#CE9A7B'

red 206 ◦ green 154 ◦ blue 123

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

Shades of Feldspar #CE9A7B

Tints of Feldspar #CE9A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.47%

R = 42.65%
G = 31.88%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE9A7B (or 0xCE9A7B) is known color: Feldspar. HEX triplet: CE, 9A and 7B. RGB value is (206,154,123). Sum of RGB (Red+Green+Blue) = 206+154+123=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9A7B is #316584. Grayscale: #A6A6A6. Windows color (decimal): -3237253 or 8100558. OLE color: 8100558.

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

Color convert

RGB 206 154 123 -
CMYK 0 0.25 0.40 0.19
HSL 22.41º 0.46% 0.65% -
HSV(B) 22.41º 0.4% 0.81% -
XYZ 40.58 37.66 23.87 -
YUV 166.01 103.73 156.52 -
System Red Green Blue C M Y K H S L
Decimal 206 154 123 0 0.25 0.40 0.19 22.41 0.46 0.65
Hex CE 9A 7B 0 19 28 13 16 2E 41
Octal 316 232 173 0 31 50 23 26 56 101
Binary 11001110 10011010 1111011 0 11001 101000 10011 10110 101110 1000001

Color Harmonies of #CE9A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9A7B

Black with #CE9A7B

Text Example


Text Example

White with #CE9A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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