Html Css Color HEX #CEA481 Cameo

📋 copy color: '#CEA481'

red 206 ◦ green 164 ◦ blue 129

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

Shades of Cameo #CEA481

Tints of Cameo #CEA481

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.87%

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

R = 41.28%
G = 32.87%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CEA481 (or 0xCEA481) is known color: Cameo. HEX triplet: CE, A4 and 81. RGB value is (206,164,129). Sum of RGB (Red+Green+Blue) = 206+164+129=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA481 is #315B7E. Grayscale: #ACACAC. Windows color (decimal): -3234687 or 8496334. OLE color: 8496334.

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

Color convert

RGB 206 164 129 -
CMYK 0 0.20 0.37 0.19
HSL 27.27º 0.44% 0.66% -
HSV(B) 27.27º 0.37% 0.81% -
XYZ 42.69 41.26 26.48 -
YUV 172.57 103.41 151.85 -
System Red Green Blue C M Y K H S L
Decimal 206 164 129 0 0.20 0.37 0.19 27.27 0.44 0.66
Hex CE A4 81 0 14 25 13 1B 2C 42
Octal 316 244 201 0 24 45 23 33 54 102
Binary 11001110 10100100 10000001 0 10100 100101 10011 11011 101100 1000010

Color Harmonies of #CEA481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA481

Black with #CEA481

Text Example


Text Example

White with #CEA481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA481; }

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

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

background-color css

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

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

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

border-color css

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

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

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