Html Css Color HEX #CEA580 Cameo

📋 copy color: '#CEA580'

red 206 ◦ green 165 ◦ blue 128

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

Shades of Cameo #CEA580

Tints of Cameo #CEA580

RGB

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

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

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

R = 41.28%
G = 33.07%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CEA580 (or 0xCEA580) is known color: Cameo. HEX triplet: CE, A5 and 80. RGB value is (206,165,128). Sum of RGB (Red+Green+Blue) = 206+165+128=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA580 is #315A7F. Grayscale: #ADADAD. Windows color (decimal): -3234432 or 8431054. OLE color: 8431054.

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

Color convert

RGB 206 165 128 -
CMYK 0 0.20 0.38 0.19
HSL 28.46º 0.44% 0.65% -
HSV(B) 28.46º 0.38% 0.81% -
XYZ 42.81 41.59 26.19 -
YUV 173.04 102.58 151.51 -
System Red Green Blue C M Y K H S L
Decimal 206 165 128 0 0.20 0.38 0.19 28.46 0.44 0.65
Hex CE A5 80 0 14 26 13 1C 2C 41
Octal 316 245 200 0 24 46 23 34 54 101
Binary 11001110 10100101 10000000 0 10100 100110 10011 11100 101100 1000001

Color Harmonies of #CEA580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA580

Black with #CEA580

Text Example


Text Example

White with #CEA580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA580; }

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

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

background-color css

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

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

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

border-color css

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

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

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