Html Css Color HEX #CE967A Feldspar

📋 copy color: '#CE967A'

red 206 ◦ green 150 ◦ blue 122

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

Shades of Feldspar #CE967A

Tints of Feldspar #CE967A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.38%

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

R = 43.1%
G = 31.38%
B = 25.52%

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

#CE967A (or 0xCE967A) is known color: Feldspar. HEX triplet: CE, 96 and 7A. RGB value is (206,150,122). Sum of RGB (Red+Green+Blue) = 206+150+122=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE967A is #316985. Grayscale: #A3A3A3. Windows color (decimal): -3238278 or 8033998. OLE color: 8033998.

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

Color convert

RGB 206 150 122 -
CMYK 0 0.27 0.41 0.19
HSL 20º 0.46% 0.64% -
HSV(B) 20º 0.41% 0.81% -
XYZ 39.87 36.34 23.33 -
YUV 163.55 104.55 158.28 -
System Red Green Blue C M Y K H S L
Decimal 206 150 122 0 0.27 0.41 0.19 20 0.46 0.64
Hex CE 96 7A 0 1B 29 13 14 2E 40
Octal 316 226 172 0 33 51 23 24 56 100
Binary 11001110 10010110 1111010 0 11011 101001 10011 10100 101110 1000000

Color Harmonies of #CE967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE967A

Black with #CE967A

Text Example


Text Example

White with #CE967A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE967A; }

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

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

background-color css

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

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

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

border-color css

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

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

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