Html Css Color HEX #CEA584 Cameo

📋 copy color: '#CEA584'

red 206 ◦ green 165 ◦ blue 132

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

Shades of Cameo #CEA584

Tints of Cameo #CEA584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.24%

R = 40.95%
G = 32.8%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CEA584 (or 0xCEA584) is known color: Cameo. HEX triplet: CE, A5 and 84. RGB value is (206,165,132). Sum of RGB (Red+Green+Blue) = 206+165+132=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA584 is #315A7B. Grayscale: #ADADAD. Windows color (decimal): -3234428 or 8693198. OLE color: 8693198.

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

Color convert

RGB 206 165 132 -
CMYK 0 0.20 0.36 0.19
HSL 26.76º 0.43% 0.66% -
HSV(B) 26.76º 0.36% 0.81% -
XYZ 43.07 41.7 27.61 -
YUV 173.5 104.58 151.18 -
System Red Green Blue C M Y K H S L
Decimal 206 165 132 0 0.20 0.36 0.19 26.76 0.43 0.66
Hex CE A5 84 0 14 24 13 1B 2B 42
Octal 316 245 204 0 24 44 23 33 53 102
Binary 11001110 10100101 10000100 0 10100 100100 10011 11011 101011 1000010

Color Harmonies of #CEA584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA584

Black with #CEA584

Text Example


Text Example

White with #CEA584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA584; }

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

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

background-color css

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

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

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

border-color css

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

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

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