Html Css Color HEX #CEC1A9 Soft Amber

📋 copy color: '#CEC1A9'

red 206 ◦ green 193 ◦ blue 169

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

Shades of Soft Amber #CEC1A9

Tints of Soft Amber #CEC1A9

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.98%

 BLUE value IS 169 (66.41% from 255) = 29.75%

R = 36.27%
G = 33.98%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CEC1A9 (or 0xCEC1A9) is known color: Soft Amber. HEX triplet: CE, C1 and A9. RGB value is (206,193,169). Sum of RGB (Red+Green+Blue) = 206+193+169=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 169 (66.41% from 255 or 29.75% from 568); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC1A9 is #313E56. Grayscale: #C2C2C2. Windows color (decimal): -3227223 or 11125198. OLE color: 11125198.

HSL color Cylindrical-coordinate representation of color #CEC1A9: hue angle of 38.92º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEC1A9 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 193 169 -
CMYK 0 0.06 0.18 0.19
HSL 38.92º 0.27% 0.74% -
HSV(B) 38.92º 0.18% 0.81% -
XYZ 51.69 54.13 45.26 -
YUV 194.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 206 193 169 0 0.06 0.18 0.19 38.92 0.27 0.74
Hex CE C1 A9 0 6 12 13 27 1B 4A
Octal 316 301 251 0 6 22 23 47 33 112
Binary 11001110 11000001 10101001 0 110 10010 10011 100111 11011 1001010

Color Harmonies of #CEC1A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC1A9

Black with #CEC1A9

Text Example


Text Example

White with #CEC1A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC1A9; }

 p { color: rgb(206,193,169); }

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

background-color css

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

 a { background-color: rgb(206,193,169); }

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

border-color css

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

 span { border-color: rgb(206,193,169); }

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