Html Css Color HEX #CEA67C Cameo

📋 copy color: '#CEA67C'

red 206 ◦ green 166 ◦ blue 124

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

Shades of Cameo #CEA67C

Tints of Cameo #CEA67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25%

R = 41.53%
G = 33.47%
B = 25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CEA67C (or 0xCEA67C) is known color: Cameo. HEX triplet: CE, A6 and 7C. RGB value is (206,166,124). Sum of RGB (Red+Green+Blue) = 206+166+124=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA67C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA67C is #315983. Grayscale: #ADADAD. Windows color (decimal): -3234180 or 8169166. OLE color: 8169166.

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

Color convert

RGB 206 166 124 -
CMYK 0 0.19 0.40 0.19
HSL 30.73º 0.46% 0.65% -
HSV(B) 30.73º 0.4% 0.81% -
XYZ 42.73 41.85 24.89 -
YUV 173.17 100.25 151.42 -
System Red Green Blue C M Y K H S L
Decimal 206 166 124 0 0.19 0.40 0.19 30.73 0.46 0.65
Hex CE A6 7C 0 13 28 13 1F 2E 41
Octal 316 246 174 0 23 50 23 37 56 101
Binary 11001110 10100110 1111100 0 10011 101000 10011 11111 101110 1000001

Color Harmonies of #CEA67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA67C

Black with #CEA67C

Text Example


Text Example

White with #CEA67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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