Html Css Color HEX #CEC0A7 Soft Amber

📋 copy color: '#CEC0A7'

red 206 ◦ green 192 ◦ blue 167

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

Shades of Soft Amber #CEC0A7

Tints of Soft Amber #CEC0A7

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.98%

 BLUE value IS 167 (65.63% from 255) = 29.56%

R = 36.46%
G = 33.98%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CEC0A7 (or 0xCEC0A7) is known color: Soft Amber. HEX triplet: CE, C0 and A7. RGB value is (206,192,167). Sum of RGB (Red+Green+Blue) = 206+192+167=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 167 (65.62% from 255 or 29.56% from 565); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC0A7 is #313F58. Grayscale: #C1C1C1. Windows color (decimal): -3227481 or 10993870. OLE color: 10993870.

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

Color convert

RGB 206 192 167 -
CMYK 0 0.07 0.19 0.19
HSL 38.46º 0.28% 0.73% -
HSV(B) 38.46º 0.19% 0.81% -
XYZ 51.28 53.61 44.2 -
YUV 193.34 113.14 137.03 -
System Red Green Blue C M Y K H S L
Decimal 206 192 167 0 0.07 0.19 0.19 38.46 0.28 0.73
Hex CE C0 A7 0 7 13 13 26 1C 49
Octal 316 300 247 0 7 23 23 46 34 111
Binary 11001110 11000000 10100111 0 111 10011 10011 100110 11100 1001001

Color Harmonies of #CEC0A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC0A7

Black with #CEC0A7

Text Example


Text Example

White with #CEC0A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC0A7; }

 p { color: rgb(206,192,167); }

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

background-color css

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

 a { background-color: rgb(206,192,167); }

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

border-color css

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

 span { border-color: rgb(206,192,167); }

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