Html Css Color HEX #CEA680 Cameo

📋 copy color: '#CEA680'

red 206 ◦ green 166 ◦ blue 128

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

Shades of Cameo #CEA680

Tints of Cameo #CEA680

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.2%

 BLUE value IS 128 (50.39% from 255) = 25.6%

R = 41.2%
G = 33.2%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CEA680 (or 0xCEA680) is known color: Cameo. HEX triplet: CE, A6 and 80. RGB value is (206,166,128). Sum of RGB (Red+Green+Blue) = 206+166+128=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA680 is #31597F. Grayscale: #ADADAD. Windows color (decimal): -3234176 or 8431310. OLE color: 8431310.

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

Color convert

RGB 206 166 128 -
CMYK 0 0.19 0.38 0.19
HSL 29.23º 0.44% 0.65% -
HSV(B) 29.23º 0.38% 0.81% -
XYZ 42.99 41.95 26.25 -
YUV 173.63 102.25 151.09 -
System Red Green Blue C M Y K H S L
Decimal 206 166 128 0 0.19 0.38 0.19 29.23 0.44 0.65
Hex CE A6 80 0 13 26 13 1D 2C 41
Octal 316 246 200 0 23 46 23 35 54 101
Binary 11001110 10100110 10000000 0 10011 100110 10011 11101 101100 1000001

Color Harmonies of #CEA680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA680

Black with #CEA680

Text Example


Text Example

White with #CEA680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA680; }

 p { color: rgb(206,166,128); }

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

background-color css

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

 a { background-color: rgb(206,166,128); }

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

border-color css

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

 span { border-color: rgb(206,166,128); }

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