Html Css Color HEX #CEA388 Cameo

📋 copy color: '#CEA388'

red 206 ◦ green 163 ◦ blue 136

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

Shades of Cameo #CEA388

Tints of Cameo #CEA388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.93%

R = 40.79%
G = 32.28%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CEA388 (or 0xCEA388) is known color: Cameo. HEX triplet: CE, A3 and 88. RGB value is (206,163,136). Sum of RGB (Red+Green+Blue) = 206+163+136=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA388 is #315C77. Grayscale: #ACACAC. Windows color (decimal): -3234936 or 8954830. OLE color: 8954830.

HSL color Cylindrical-coordinate representation of color #CEA388: hue angle of 23.14º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEA388 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 163 136 -
CMYK 0 0.21 0.34 0.19
HSL 23.14º 0.42% 0.67% -
HSV(B) 23.14º 0.34% 0.81% -
XYZ 42.99 41.09 28.96 -
YUV 172.78 107.25 151.7 -
System Red Green Blue C M Y K H S L
Decimal 206 163 136 0 0.21 0.34 0.19 23.14 0.42 0.67
Hex CE A3 88 0 15 22 13 17 2A 43
Octal 316 243 210 0 25 42 23 27 52 103
Binary 11001110 10100011 10001000 0 10101 100010 10011 10111 101010 1000011

Color Harmonies of #CEA388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA388

Black with #CEA388

Text Example


Text Example

White with #CEA388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA388; }

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

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

background-color css

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

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

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

border-color css

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

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

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