Html Css Color HEX #CEA88B Cameo

📋 copy color: '#CEA88B'

red 206 ◦ green 168 ◦ blue 139

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

Shades of Cameo #CEA88B

Tints of Cameo #CEA88B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.1%

R = 40.16%
G = 32.75%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CEA88B (or 0xCEA88B) is known color: Cameo. HEX triplet: CE, A8 and 8B. RGB value is (206,168,139). Sum of RGB (Red+Green+Blue) = 206+168+139=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA88B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA88B is #315774. Grayscale: #B0B0B0. Windows color (decimal): -3233653 or 9152718. OLE color: 9152718.

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

Color convert

RGB 206 168 139 -
CMYK 0 0.18 0.33 0.19
HSL 25.97º 0.41% 0.68% -
HSV(B) 25.97º 0.33% 0.81% -
XYZ 44.12 42.99 30.4 -
YUV 176.06 107.09 149.36 -
System Red Green Blue C M Y K H S L
Decimal 206 168 139 0 0.18 0.33 0.19 25.97 0.41 0.68
Hex CE A8 8B 0 12 21 13 1A 29 44
Octal 316 250 213 0 22 41 23 32 51 104
Binary 11001110 10101000 10001011 0 10010 100001 10011 11010 101001 1000100

Color Harmonies of #CEA88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA88B

Black with #CEA88B

Text Example


Text Example

White with #CEA88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA88B; }

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

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

background-color css

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

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

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

border-color css

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

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

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