Html Css Color HEX #CEBFAB Soft Amber

📋 copy color: '#CEBFAB'

red 206 ◦ green 191 ◦ blue 171

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

Shades of Soft Amber #CEBFAB

Tints of Soft Amber #CEBFAB

RGB

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

 GREEN value IS 191 (75% from 255) = 33.63%

 BLUE value IS 171 (67.19% from 255) = 30.11%

R = 36.27%
G = 33.63%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CEBFAB (or 0xCEBFAB) is known color: Soft Amber. HEX triplet: CE, BF and AB. RGB value is (206,191,171). Sum of RGB (Red+Green+Blue) = 206+191+171=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBFAB is #314054. Grayscale: #C1C1C1. Windows color (decimal): -3227733 or 11255758. OLE color: 11255758.

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

Color convert

RGB 206 191 171 -
CMYK 0 0.07 0.17 0.19
HSL 34.29º 0.26% 0.74% -
HSV(B) 34.29º 0.17% 0.81% -
XYZ 51.44 53.32 46.11 -
YUV 193.21 115.47 137.13 -
System Red Green Blue C M Y K H S L
Decimal 206 191 171 0 0.07 0.17 0.19 34.29 0.26 0.74
Hex CE BF AB 0 7 11 13 22 1A 4A
Octal 316 277 253 0 7 21 23 42 32 112
Binary 11001110 10111111 10101011 0 111 10001 10011 100010 11010 1001010

Color Harmonies of #CEBFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBFAB

Black with #CEBFAB

Text Example


Text Example

White with #CEBFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBFAB; }

 p { color: rgb(206,191,171); }

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

background-color css

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

 a { background-color: rgb(206,191,171); }

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

border-color css

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

 span { border-color: rgb(206,191,171); }

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