Html Css Color HEX #CEA68E Cameo

📋 copy color: '#CEA68E'

red 206 ◦ green 166 ◦ blue 142

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

Shades of Cameo #CEA68E

Tints of Cameo #CEA68E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.63%

R = 40.08%
G = 32.3%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CEA68E (or 0xCEA68E) is known color: Cameo. HEX triplet: CE, A6 and 8E. RGB value is (206,166,142). Sum of RGB (Red+Green+Blue) = 206+166+142=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA68E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA68E is #315971. Grayscale: #AFAFAF. Windows color (decimal): -3234162 or 9348814. OLE color: 9348814.

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

Color convert

RGB 206 166 142 -
CMYK 0 0.19 0.31 0.19
HSL 22.5º 0.4% 0.68% -
HSV(B) 22.5º 0.31% 0.81% -
XYZ 43.97 42.35 31.45 -
YUV 175.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 206 166 142 0 0.19 0.31 0.19 22.5 0.4 0.68
Hex CE A6 8E 0 13 1F 13 16 28 44
Octal 316 246 216 0 23 37 23 26 50 104
Binary 11001110 10100110 10001110 0 10011 11111 10011 10110 101000 1000100

Color Harmonies of #CEA68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA68E

Black with #CEA68E

Text Example


Text Example

White with #CEA68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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