Html Css Color HEX #CEA588 Cameo

📋 copy color: '#CEA588'

red 206 ◦ green 165 ◦ blue 136

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

Shades of Cameo #CEA588

Tints of Cameo #CEA588

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.54%

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

R = 40.63%
G = 32.54%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CEA588 (or 0xCEA588) is known color: Cameo. HEX triplet: CE, A5 and 88. RGB value is (206,165,136). Sum of RGB (Red+Green+Blue) = 206+165+136=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA588 is #315A77. Grayscale: #AEAEAE. Windows color (decimal): -3234424 or 8955342. OLE color: 8955342.

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

Color convert

RGB 206 165 136 -
CMYK 0 0.20 0.34 0.19
HSL 24.86º 0.42% 0.67% -
HSV(B) 24.86º 0.34% 0.81% -
XYZ 43.35 41.81 29.08 -
YUV 173.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 206 165 136 0 0.20 0.34 0.19 24.86 0.42 0.67
Hex CE A5 88 0 14 22 13 19 2A 43
Octal 316 245 210 0 24 42 23 31 52 103
Binary 11001110 10100101 10001000 0 10100 100010 10011 11001 101010 1000011

Color Harmonies of #CEA588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA588

Black with #CEA588

Text Example


Text Example

White with #CEA588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA588; }

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

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

background-color css

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

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

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

border-color css

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

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

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