Html Css Color HEX #CEA57B Cameo

📋 copy color: '#CEA57B'

red 206 ◦ green 165 ◦ blue 123

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

Shades of Cameo #CEA57B

Tints of Cameo #CEA57B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.9%

R = 41.7%
G = 33.4%
B = 24.9%

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

#CEA57B (or 0xCEA57B) is known color: Cameo. HEX triplet: CE, A5 and 7B. RGB value is (206,165,123). Sum of RGB (Red+Green+Blue) = 206+165+123=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA57B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA57B is #315A84. Grayscale: #ACACAC. Windows color (decimal): -3234437 or 8103374. OLE color: 8103374.

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

Color convert

RGB 206 165 123 -
CMYK 0 0.20 0.40 0.19
HSL 30.36º 0.46% 0.65% -
HSV(B) 30.36º 0.4% 0.81% -
XYZ 42.48 41.46 24.5 -
YUV 172.47 100.08 151.92 -
System Red Green Blue C M Y K H S L
Decimal 206 165 123 0 0.20 0.40 0.19 30.36 0.46 0.65
Hex CE A5 7B 0 14 28 13 1E 2E 41
Octal 316 245 173 0 24 50 23 36 56 101
Binary 11001110 10100101 1111011 0 10100 101000 10011 11110 101110 1000001

Color Harmonies of #CEA57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA57B

Black with #CEA57B

Text Example


Text Example

White with #CEA57B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA57B; }

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

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

background-color css

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

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

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

border-color css

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

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

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