Html Css Color HEX #CEA681 Cameo

📋 copy color: '#CEA681'

red 206 ◦ green 166 ◦ blue 129

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

Shades of Cameo #CEA681

Tints of Cameo #CEA681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.75%

R = 41.12%
G = 33.13%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CEA681 (or 0xCEA681) is known color: Cameo. HEX triplet: CE, A6 and 81. RGB value is (206,166,129). Sum of RGB (Red+Green+Blue) = 206+166+129=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA681 is #31597E. Grayscale: #ADADAD. Windows color (decimal): -3234175 or 8496846. OLE color: 8496846.

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

Color convert

RGB 206 166 129 -
CMYK 0 0.19 0.37 0.19
HSL 28.83º 0.44% 0.66% -
HSV(B) 28.83º 0.37% 0.81% -
XYZ 43.05 41.98 26.6 -
YUV 173.74 102.75 151.01 -
System Red Green Blue C M Y K H S L
Decimal 206 166 129 0 0.19 0.37 0.19 28.83 0.44 0.66
Hex CE A6 81 0 13 25 13 1D 2C 42
Octal 316 246 201 0 23 45 23 35 54 102
Binary 11001110 10100110 10000001 0 10011 100101 10011 11101 101100 1000010

Color Harmonies of #CEA681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA681

Black with #CEA681

Text Example


Text Example

White with #CEA681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA681; }

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

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

background-color css

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

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

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

border-color css

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

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

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