Html Css Color HEX #CE8C7A Feldspar

📋 copy color: '#CE8C7A'

red 206 ◦ green 140 ◦ blue 122

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

Shades of Feldspar #CE8C7A

Tints of Feldspar #CE8C7A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.91%

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

R = 44.02%
G = 29.91%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE8C7A (or 0xCE8C7A) is known color: Feldspar. HEX triplet: CE, 8C and 7A. RGB value is (206,140,122). Sum of RGB (Red+Green+Blue) = 206+140+122=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8C7A is #317385. Grayscale: #9D9D9D. Windows color (decimal): -3240838 or 8031438. OLE color: 8031438.

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

Color convert

RGB 206 140 122 -
CMYK 0 0.32 0.41 0.19
HSL 12.86º 0.46% 0.64% -
HSV(B) 12.86º 0.41% 0.81% -
XYZ 38.34 33.28 22.82 -
YUV 157.68 107.87 162.46 -
System Red Green Blue C M Y K H S L
Decimal 206 140 122 0 0.32 0.41 0.19 12.86 0.46 0.64
Hex CE 8C 7A 0 20 29 13 D 2E 40
Octal 316 214 172 0 40 51 23 15 56 100
Binary 11001110 10001100 1111010 0 100000 101001 10011 1101 101110 1000000

Color Harmonies of #CE8C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8C7A

Black with #CE8C7A

Text Example


Text Example

White with #CE8C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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