Html Css Color HEX #CEA679 Cameo

📋 copy color: '#CEA679'

red 206 ◦ green 166 ◦ blue 121

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

Shades of Cameo #CEA679

Tints of Cameo #CEA679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.54%

R = 41.78%
G = 33.67%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CEA679 (or 0xCEA679) is known color: Cameo. HEX triplet: CE, A6 and 79. RGB value is (206,166,121). Sum of RGB (Red+Green+Blue) = 206+166+121=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA679 is #315986. Grayscale: #ADADAD. Windows color (decimal): -3234183 or 7972558. OLE color: 7972558.

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

Color convert

RGB 206 166 121 -
CMYK 0 0.19 0.41 0.19
HSL 31.76º 0.46% 0.64% -
HSV(B) 31.76º 0.41% 0.81% -
XYZ 42.54 41.77 23.91 -
YUV 172.83 98.75 151.66 -
System Red Green Blue C M Y K H S L
Decimal 206 166 121 0 0.19 0.41 0.19 31.76 0.46 0.64
Hex CE A6 79 0 13 29 13 20 2E 40
Octal 316 246 171 0 23 51 23 40 56 100
Binary 11001110 10100110 1111001 0 10011 101001 10011 100000 101110 1000000

Color Harmonies of #CEA679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA679

Black with #CEA679

Text Example


Text Example

White with #CEA679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA679; }

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

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

background-color css

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

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

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

border-color css

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

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

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