Html Css Color HEX #CEA68D Cameo

📋 copy color: '#CEA68D'

red 206 ◦ green 166 ◦ blue 141

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

Shades of Cameo #CEA68D

Tints of Cameo #CEA68D

RGB

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

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

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

R = 40.16%
G = 32.36%
B = 27.49%

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

#CEA68D (or 0xCEA68D) is known color: Cameo. HEX triplet: CE, A6 and 8D. RGB value is (206,166,141). Sum of RGB (Red+Green+Blue) = 206+166+141=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA68D is #315972. Grayscale: #AFAFAF. Windows color (decimal): -3234163 or 9283278. OLE color: 9283278.

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

Color convert

RGB 206 166 141 -
CMYK 0 0.19 0.32 0.19
HSL 23.08º 0.4% 0.68% -
HSV(B) 23.08º 0.32% 0.81% -
XYZ 43.9 42.32 31.05 -
YUV 175.11 108.75 150.03 -
System Red Green Blue C M Y K H S L
Decimal 206 166 141 0 0.19 0.32 0.19 23.08 0.4 0.68
Hex CE A6 8D 0 13 20 13 17 28 44
Octal 316 246 215 0 23 40 23 27 50 104
Binary 11001110 10100110 10001101 0 10011 100000 10011 10111 101000 1000100

Color Harmonies of #CEA68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA68D

Black with #CEA68D

Text Example


Text Example

White with #CEA68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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