Html Css Color HEX #CEA88D Cameo

📋 copy color: '#CEA88D'

red 206 ◦ green 168 ◦ blue 141

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

Shades of Cameo #CEA88D

Tints of Cameo #CEA88D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.62%

 BLUE value IS 141 (55.47% from 255) = 27.38%

R = 40%
G = 32.62%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CEA88D (or 0xCEA88D) is known color: Cameo. HEX triplet: CE, A8 and 8D. RGB value is (206,168,141). Sum of RGB (Red+Green+Blue) = 206+168+141=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA88D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA88D is #315772. Grayscale: #B0B0B0. Windows color (decimal): -3233651 or 9283790. OLE color: 9283790.

HSL color Cylindrical-coordinate representation of color #CEA88D: hue angle of 24.92º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEA88D is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 168 141 -
CMYK 0 0.18 0.32 0.19
HSL 24.92º 0.4% 0.68% -
HSV(B) 24.92º 0.32% 0.81% -
XYZ 44.26 43.05 31.18 -
YUV 176.28 108.09 149.2 -
System Red Green Blue C M Y K H S L
Decimal 206 168 141 0 0.18 0.32 0.19 24.92 0.4 0.68
Hex CE A8 8D 0 12 20 13 19 28 44
Octal 316 250 215 0 22 40 23 31 50 104
Binary 11001110 10101000 10001101 0 10010 100000 10011 11001 101000 1000100

Color Harmonies of #CEA88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA88D

Black with #CEA88D

Text Example


Text Example

White with #CEA88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA88D; }

 p { color: rgb(206,168,141); }

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

background-color css

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

 a { background-color: rgb(206,168,141); }

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

border-color css

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

 span { border-color: rgb(206,168,141); }

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