Html Css Color HEX #CEA582 Cameo

📋 copy color: '#CEA582'

red 206 ◦ green 165 ◦ blue 130

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

Shades of Cameo #CEA582

Tints of Cameo #CEA582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.95%

R = 41.12%
G = 32.93%
B = 25.95%

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

#CEA582 (or 0xCEA582) is known color: Cameo. HEX triplet: CE, A5 and 82. RGB value is (206,165,130). Sum of RGB (Red+Green+Blue) = 206+165+130=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA582 is #315A7D. Grayscale: #ADADAD. Windows color (decimal): -3234430 or 8562126. OLE color: 8562126.

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

Color convert

RGB 206 165 130 -
CMYK 0 0.20 0.37 0.19
HSL 27.63º 0.44% 0.66% -
HSV(B) 27.63º 0.37% 0.81% -
XYZ 42.94 41.64 26.89 -
YUV 173.27 103.58 151.35 -
System Red Green Blue C M Y K H S L
Decimal 206 165 130 0 0.20 0.37 0.19 27.63 0.44 0.66
Hex CE A5 82 0 14 25 13 1C 2C 42
Octal 316 245 202 0 24 45 23 34 54 102
Binary 11001110 10100101 10000010 0 10100 100101 10011 11100 101100 1000010

Color Harmonies of #CEA582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA582

Black with #CEA582

Text Example


Text Example

White with #CEA582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA582; }

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

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

background-color css

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

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

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

border-color css

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

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

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