Html Css Color HEX #CEBDA9 Soft Amber

📋 copy color: '#CEBDA9'

red 206 ◦ green 189 ◦ blue 169

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

Shades of Soft Amber #CEBDA9

Tints of Soft Amber #CEBDA9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.51%

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

R = 36.52%
G = 33.51%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CEBDA9 (or 0xCEBDA9) is known color: Soft Amber. HEX triplet: CE, BD and A9. RGB value is (206,189,169). Sum of RGB (Red+Green+Blue) = 206+189+169=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 169 (66.41% from 255 or 29.96% from 564); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBDA9 is #314256. Grayscale: #BFBFBF. Windows color (decimal): -3228247 or 11124174. OLE color: 11124174.

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

Color convert

RGB 206 189 169 -
CMYK 0 0.08 0.18 0.19
HSL 32.43º 0.27% 0.74% -
HSV(B) 32.43º 0.18% 0.81% -
XYZ 50.81 52.38 44.97 -
YUV 191.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 206 189 169 0 0.08 0.18 0.19 32.43 0.27 0.74
Hex CE BD A9 0 8 12 13 20 1B 4A
Octal 316 275 251 0 10 22 23 40 33 112
Binary 11001110 10111101 10101001 0 1000 10010 10011 100000 11011 1001010

Color Harmonies of #CEBDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBDA9

Black with #CEBDA9

Text Example


Text Example

White with #CEBDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBDA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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