Html Css Color HEX #CE977B Feldspar

📋 copy color: '#CE977B'

red 206 ◦ green 151 ◦ blue 123

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

Shades of Feldspar #CE977B

Tints of Feldspar #CE977B

RGB

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

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

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

R = 42.92%
G = 31.46%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE977B (or 0xCE977B) is known color: Feldspar. HEX triplet: CE, 97 and 7B. RGB value is (206,151,123). Sum of RGB (Red+Green+Blue) = 206+151+123=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE977B is #316884. Grayscale: #A4A4A4. Windows color (decimal): -3238021 or 8099790. OLE color: 8099790.

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

Color convert

RGB 206 151 123 -
CMYK 0 0.27 0.40 0.19
HSL 20.24º 0.46% 0.65% -
HSV(B) 20.24º 0.4% 0.81% -
XYZ 40.1 36.69 23.71 -
YUV 164.25 104.72 157.78 -
System Red Green Blue C M Y K H S L
Decimal 206 151 123 0 0.27 0.40 0.19 20.24 0.46 0.65
Hex CE 97 7B 0 1B 28 13 14 2E 41
Octal 316 227 173 0 33 50 23 24 56 101
Binary 11001110 10010111 1111011 0 11011 101000 10011 10100 101110 1000001

Color Harmonies of #CE977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE977B

Black with #CE977B

Text Example


Text Example

White with #CE977B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE977B; }

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

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

background-color css

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

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

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

border-color css

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

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

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