Html Css Color HEX #CE977A Feldspar

📋 copy color: '#CE977A'

red 206 ◦ green 151 ◦ blue 122

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

Shades of Feldspar #CE977A

Tints of Feldspar #CE977A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.47%

R = 43.01%
G = 31.52%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE977A (or 0xCE977A) is known color: Feldspar. HEX triplet: CE, 97 and 7A. RGB value is (206,151,122). Sum of RGB (Red+Green+Blue) = 206+151+122=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE977A is #316885. Grayscale: #A4A4A4. Windows color (decimal): -3238022 or 8034254. OLE color: 8034254.

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

Color convert

RGB 206 151 122 -
CMYK 0 0.27 0.41 0.19
HSL 20.71º 0.46% 0.64% -
HSV(B) 20.71º 0.41% 0.81% -
XYZ 40.03 36.66 23.38 -
YUV 164.14 104.22 157.86 -
System Red Green Blue C M Y K H S L
Decimal 206 151 122 0 0.27 0.41 0.19 20.71 0.46 0.64
Hex CE 97 7A 0 1B 29 13 15 2E 40
Octal 316 227 172 0 33 51 23 25 56 100
Binary 11001110 10010111 1111010 0 11011 101001 10011 10101 101110 1000000

Color Harmonies of #CE977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE977A

Black with #CE977A

Text Example


Text Example

White with #CE977A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE977A; }

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

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

background-color css

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

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

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

border-color css

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

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

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