Html Css Color HEX #CEA083 Cameo

📋 copy color: '#CEA083'

red 206 ◦ green 160 ◦ blue 131

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

Shades of Cameo #CEA083

Tints of Cameo #CEA083

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.19%

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

R = 41.45%
G = 32.19%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CEA083 (or 0xCEA083) is known color: Cameo. HEX triplet: CE, A0 and 83. RGB value is (206,160,131). Sum of RGB (Red+Green+Blue) = 206+160+131=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA083 is #315F7C. Grayscale: #AAAAAA. Windows color (decimal): -3235709 or 8626382. OLE color: 8626382.

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

Color convert

RGB 206 160 131 -
CMYK 0 0.22 0.36 0.19
HSL 23.2º 0.43% 0.66% -
HSV(B) 23.2º 0.36% 0.81% -
XYZ 42.12 39.9 26.95 -
YUV 170.45 105.74 153.36 -
System Red Green Blue C M Y K H S L
Decimal 206 160 131 0 0.22 0.36 0.19 23.2 0.43 0.66
Hex CE A0 83 0 16 24 13 17 2B 42
Octal 316 240 203 0 26 44 23 27 53 102
Binary 11001110 10100000 10000011 0 10110 100100 10011 10111 101011 1000010

Color Harmonies of #CEA083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA083

Black with #CEA083

Text Example


Text Example

White with #CEA083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA083; }

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

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

background-color css

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

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

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

border-color css

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

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

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