Html Css Color HEX #CEA483 Cameo

📋 copy color: '#CEA483'

red 206 ◦ green 164 ◦ blue 131

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

Shades of Cameo #CEA483

Tints of Cameo #CEA483

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.73%

 BLUE value IS 131 (51.56% from 255) = 26.15%

R = 41.12%
G = 32.73%
B = 26.15%

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

#CEA483 (or 0xCEA483) is known color: Cameo. HEX triplet: CE, A4 and 83. RGB value is (206,164,131). Sum of RGB (Red+Green+Blue) = 206+164+131=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 164 (64.45% from 255 or 32.73% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA483 is #315B7C. Grayscale: #ACACAC. Windows color (decimal): -3234685 or 8627406. OLE color: 8627406.

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

Color convert

RGB 206 164 131 -
CMYK 0 0.20 0.36 0.19
HSL 26.4º 0.43% 0.66% -
HSV(B) 26.4º 0.36% 0.81% -
XYZ 42.83 41.31 27.19 -
YUV 172.8 104.41 151.68 -
System Red Green Blue C M Y K H S L
Decimal 206 164 131 0 0.20 0.36 0.19 26.4 0.43 0.66
Hex CE A4 83 0 14 24 13 1A 2B 42
Octal 316 244 203 0 24 44 23 32 53 102
Binary 11001110 10100100 10000011 0 10100 100100 10011 11010 101011 1000010

Color Harmonies of #CEA483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA483

Black with #CEA483

Text Example


Text Example

White with #CEA483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA483; }

 p { color: rgb(206,164,131); }

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

background-color css

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

 a { background-color: rgb(206,164,131); }

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

border-color css

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

 span { border-color: rgb(206,164,131); }

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