Html Css Color HEX #CEA683 Cameo

📋 copy color: '#CEA683'

red 206 ◦ green 166 ◦ blue 131

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

Shades of Cameo #CEA683

Tints of Cameo #CEA683

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33%

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

R = 40.95%
G = 33%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CEA683 (or 0xCEA683) is known color: Cameo. HEX triplet: CE, A6 and 83. RGB value is (206,166,131). Sum of RGB (Red+Green+Blue) = 206+166+131=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 131 (51.56% from 255 or 26.04% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA683 is #31597C. Grayscale: #AEAEAE. Windows color (decimal): -3234173 or 8627918. OLE color: 8627918.

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

Color convert

RGB 206 166 131 -
CMYK 0 0.19 0.36 0.19
HSL 28º 0.43% 0.66% -
HSV(B) 28º 0.36% 0.81% -
XYZ 43.19 42.03 27.31 -
YUV 173.97 103.75 150.85 -
System Red Green Blue C M Y K H S L
Decimal 206 166 131 0 0.19 0.36 0.19 28 0.43 0.66
Hex CE A6 83 0 13 24 13 1C 2B 42
Octal 316 246 203 0 23 44 23 34 53 102
Binary 11001110 10100110 10000011 0 10011 100100 10011 11100 101011 1000010

Color Harmonies of #CEA683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA683

Black with #CEA683

Text Example


Text Example

White with #CEA683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA683; }

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

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

background-color css

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

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

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

border-color css

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

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

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