Html Css Color HEX #CEA581 Cameo

📋 copy color: '#CEA581'

red 206 ◦ green 165 ◦ blue 129

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

Shades of Cameo #CEA581

Tints of Cameo #CEA581

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33%

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

R = 41.2%
G = 33%
B = 25.8%

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

#CEA581 (or 0xCEA581) is known color: Cameo. HEX triplet: CE, A5 and 81. RGB value is (206,165,129). Sum of RGB (Red+Green+Blue) = 206+165+129=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 129 (50.78% from 255 or 25.8% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA581 is #315A7E. Grayscale: #ADADAD. Windows color (decimal): -3234431 or 8496590. OLE color: 8496590.

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

Color convert

RGB 206 165 129 -
CMYK 0 0.20 0.37 0.19
HSL 28.05º 0.44% 0.66% -
HSV(B) 28.05º 0.37% 0.81% -
XYZ 42.87 41.62 26.54 -
YUV 173.16 103.08 151.43 -
System Red Green Blue C M Y K H S L
Decimal 206 165 129 0 0.20 0.37 0.19 28.05 0.44 0.66
Hex CE A5 81 0 14 25 13 1C 2C 42
Octal 316 245 201 0 24 45 23 34 54 102
Binary 11001110 10100101 10000001 0 10100 100101 10011 11100 101100 1000010

Color Harmonies of #CEA581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA581

Black with #CEA581

Text Example


Text Example

White with #CEA581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA581; }

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

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

background-color css

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

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

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

border-color css

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

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

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