Html Css Color HEX #CEA57F Cameo

📋 copy color: '#CEA57F'

red 206 ◦ green 165 ◦ blue 127

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

Shades of Cameo #CEA57F

Tints of Cameo #CEA57F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.5%

R = 41.37%
G = 33.13%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CEA57F (or 0xCEA57F) is known color: Cameo. HEX triplet: CE, A5 and 7F. RGB value is (206,165,127). Sum of RGB (Red+Green+Blue) = 206+165+127=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 165 (64.84% from 255 or 33.13% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA57F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA57F is #315A80. Grayscale: #ADADAD. Windows color (decimal): -3234433 or 8365518. OLE color: 8365518.

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

Color convert

RGB 206 165 127 -
CMYK 0 0.20 0.38 0.19
HSL 28.86º 0.45% 0.65% -
HSV(B) 28.86º 0.38% 0.81% -
XYZ 42.74 41.56 25.85 -
YUV 172.93 102.08 151.59 -
System Red Green Blue C M Y K H S L
Decimal 206 165 127 0 0.20 0.38 0.19 28.86 0.45 0.65
Hex CE A5 7F 0 14 26 13 1D 2D 41
Octal 316 245 177 0 24 46 23 35 55 101
Binary 11001110 10100101 1111111 0 10100 100110 10011 11101 101101 1000001

Color Harmonies of #CEA57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA57F

Black with #CEA57F

Text Example


Text Example

White with #CEA57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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