Html Css Color HEX #CEA383 Cameo

📋 copy color: '#CEA383'

red 206 ◦ green 163 ◦ blue 131

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

Shades of Cameo #CEA383

Tints of Cameo #CEA383

RGB

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

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

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

R = 41.2%
G = 32.6%
B = 26.2%

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

#CEA383 (or 0xCEA383) is known color: Cameo. HEX triplet: CE, A3 and 83. RGB value is (206,163,131). Sum of RGB (Red+Green+Blue) = 206+163+131=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA383 is #315C7C. Grayscale: #ACACAC. Windows color (decimal): -3234941 or 8627150. OLE color: 8627150.

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

Color convert

RGB 206 163 131 -
CMYK 0 0.21 0.36 0.19
HSL 25.6º 0.43% 0.66% -
HSV(B) 25.6º 0.36% 0.81% -
XYZ 42.65 40.95 27.13 -
YUV 172.21 104.75 152.1 -
System Red Green Blue C M Y K H S L
Decimal 206 163 131 0 0.21 0.36 0.19 25.6 0.43 0.66
Hex CE A3 83 0 15 24 13 1A 2B 42
Octal 316 243 203 0 25 44 23 32 53 102
Binary 11001110 10100011 10000011 0 10101 100100 10011 11010 101011 1000010

Color Harmonies of #CEA383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA383

Black with #CEA383

Text Example


Text Example

White with #CEA383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA383; }

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

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

background-color css

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

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

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

border-color css

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

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

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