Html Css Color HEX #CE997A Feldspar

📋 copy color: '#CE997A'

red 206 ◦ green 153 ◦ blue 122

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

Shades of Feldspar #CE997A

Tints of Feldspar #CE997A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.81%

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

R = 42.83%
G = 31.81%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE997A (or 0xCE997A) is known color: Feldspar. HEX triplet: CE, 99 and 7A. RGB value is (206,153,122). Sum of RGB (Red+Green+Blue) = 206+153+122=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE997A is #316685. Grayscale: #A5A5A5. Windows color (decimal): -3237510 or 8034766. OLE color: 8034766.

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

Color convert

RGB 206 153 122 -
CMYK 0 0.26 0.41 0.19
HSL 22.14º 0.46% 0.64% -
HSV(B) 22.14º 0.41% 0.81% -
XYZ 40.36 37.31 23.49 -
YUV 165.31 103.56 157.02 -
System Red Green Blue C M Y K H S L
Decimal 206 153 122 0 0.26 0.41 0.19 22.14 0.46 0.64
Hex CE 99 7A 0 1A 29 13 16 2E 40
Octal 316 231 172 0 32 51 23 26 56 100
Binary 11001110 10011001 1111010 0 11010 101001 10011 10110 101110 1000000

Color Harmonies of #CE997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE997A

Black with #CE997A

Text Example


Text Example

White with #CE997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE997A; }

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

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

background-color css

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

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

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

border-color css

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

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

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