Html Css Color HEX #CEA384 Cameo

📋 copy color: '#CEA384'

red 206 ◦ green 163 ◦ blue 132

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

Shades of Cameo #CEA384

Tints of Cameo #CEA384

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.53%

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

R = 41.12%
G = 32.53%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CEA384 (or 0xCEA384) is known color: Cameo. HEX triplet: CE, A3 and 84. RGB value is (206,163,132). Sum of RGB (Red+Green+Blue) = 206+163+132=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA384 is #315C7B. Grayscale: #ACACAC. Windows color (decimal): -3234940 or 8692686. OLE color: 8692686.

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

Color convert

RGB 206 163 132 -
CMYK 0 0.21 0.36 0.19
HSL 25.14º 0.43% 0.66% -
HSV(B) 25.14º 0.36% 0.81% -
XYZ 42.72 40.98 27.49 -
YUV 172.32 105.25 152.02 -
System Red Green Blue C M Y K H S L
Decimal 206 163 132 0 0.21 0.36 0.19 25.14 0.43 0.66
Hex CE A3 84 0 15 24 13 19 2B 42
Octal 316 243 204 0 25 44 23 31 53 102
Binary 11001110 10100011 10000100 0 10101 100100 10011 11001 101011 1000010

Color Harmonies of #CEA384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA384

Black with #CEA384

Text Example


Text Example

White with #CEA384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA384; }

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

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

background-color css

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

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

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

border-color css

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

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

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