Html Css Color HEX #CEA68C Cameo

📋 copy color: '#CEA68C'

red 206 ◦ green 166 ◦ blue 140

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

Shades of Cameo #CEA68C

Tints of Cameo #CEA68C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.42%

 BLUE value IS 140 (55.08% from 255) = 27.34%

R = 40.23%
G = 32.42%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CEA68C (or 0xCEA68C) is known color: Cameo. HEX triplet: CE, A6 and 8C. RGB value is (206,166,140). Sum of RGB (Red+Green+Blue) = 206+166+140=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA68C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA68C is #315973. Grayscale: #AFAFAF. Windows color (decimal): -3234164 or 9217742. OLE color: 9217742.

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

Color convert

RGB 206 166 140 -
CMYK 0 0.19 0.32 0.19
HSL 23.64º 0.4% 0.68% -
HSV(B) 23.64º 0.32% 0.81% -
XYZ 43.82 42.29 30.66 -
YUV 175 108.25 150.11 -
System Red Green Blue C M Y K H S L
Decimal 206 166 140 0 0.19 0.32 0.19 23.64 0.4 0.68
Hex CE A6 8C 0 13 20 13 18 28 44
Octal 316 246 214 0 23 40 23 30 50 104
Binary 11001110 10100110 10001100 0 10011 100000 10011 11000 101000 1000100

Color Harmonies of #CEA68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA68C

Black with #CEA68C

Text Example


Text Example

White with #CEA68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA68C; }

 p { color: rgb(206,166,140); }

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

background-color css

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

 a { background-color: rgb(206,166,140); }

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

border-color css

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

 span { border-color: rgb(206,166,140); }

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