Html Css Color HEX #CEA57C Cameo

📋 copy color: '#CEA57C'

red 206 ◦ green 165 ◦ blue 124

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

Shades of Cameo #CEA57C

Tints of Cameo #CEA57C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.33%

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

R = 41.62%
G = 33.33%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CEA57C (or 0xCEA57C) is known color: Cameo. HEX triplet: CE, A5 and 7C. RGB value is (206,165,124). Sum of RGB (Red+Green+Blue) = 206+165+124=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA57C is #315A83. Grayscale: #ACACAC. Windows color (decimal): -3234436 or 8168910. OLE color: 8168910.

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

Color convert

RGB 206 165 124 -
CMYK 0 0.20 0.40 0.19
HSL 30º 0.46% 0.65% -
HSV(B) 30º 0.4% 0.81% -
XYZ 42.55 41.49 24.83 -
YUV 172.59 100.58 151.83 -
System Red Green Blue C M Y K H S L
Decimal 206 165 124 0 0.20 0.40 0.19 30 0.46 0.65
Hex CE A5 7C 0 14 28 13 1E 2E 41
Octal 316 245 174 0 24 50 23 36 56 101
Binary 11001110 10100101 1111100 0 10100 101000 10011 11110 101110 1000001

Color Harmonies of #CEA57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA57C

Black with #CEA57C

Text Example


Text Example

White with #CEA57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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