Html Css Color HEX #CE9A7A Feldspar

📋 copy color: '#CE9A7A'

red 206 ◦ green 154 ◦ blue 122

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

Shades of Feldspar #CE9A7A

Tints of Feldspar #CE9A7A

RGB

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

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

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

R = 42.74%
G = 31.95%
B = 25.31%

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

#CE9A7A (or 0xCE9A7A) is known color: Feldspar. HEX triplet: CE, 9A and 7A. RGB value is (206,154,122). Sum of RGB (Red+Green+Blue) = 206+154+122=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9A7A is #316585. Grayscale: #A6A6A6. Windows color (decimal): -3237254 or 8035022. OLE color: 8035022.

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

Color convert

RGB 206 154 122 -
CMYK 0 0.25 0.41 0.19
HSL 22.86º 0.46% 0.64% -
HSV(B) 22.86º 0.41% 0.81% -
XYZ 40.52 37.64 23.54 -
YUV 165.9 103.23 156.6 -
System Red Green Blue C M Y K H S L
Decimal 206 154 122 0 0.25 0.41 0.19 22.86 0.46 0.64
Hex CE 9A 7A 0 19 29 13 17 2E 40
Octal 316 232 172 0 31 51 23 27 56 100
Binary 11001110 10011010 1111010 0 11001 101001 10011 10111 101110 1000000

Color Harmonies of #CE9A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9A7A

Black with #CE9A7A

Text Example


Text Example

White with #CE9A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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