Html Css Color HEX #CEA380 Cameo

📋 copy color: '#CEA380'

red 206 ◦ green 163 ◦ blue 128

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

Shades of Cameo #CEA380

Tints of Cameo #CEA380

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.8%

 BLUE value IS 128 (50.39% from 255) = 25.75%

R = 41.45%
G = 32.8%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CEA380 (or 0xCEA380) is known color: Cameo. HEX triplet: CE, A3 and 80. RGB value is (206,163,128). Sum of RGB (Red+Green+Blue) = 206+163+128=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA380 is #315C7F. Grayscale: #ACACAC. Windows color (decimal): -3234944 or 8430542. OLE color: 8430542.

HSL color Cylindrical-coordinate representation of color #CEA380: hue angle of 26.92º degrees, saturation: 0.44, 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 #CEA380 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 163 128 -
CMYK 0 0.21 0.38 0.19
HSL 26.92º 0.44% 0.65% -
HSV(B) 26.92º 0.38% 0.81% -
XYZ 42.45 40.87 26.07 -
YUV 171.87 103.25 152.35 -
System Red Green Blue C M Y K H S L
Decimal 206 163 128 0 0.21 0.38 0.19 26.92 0.44 0.65
Hex CE A3 80 0 15 26 13 1B 2C 41
Octal 316 243 200 0 25 46 23 33 54 101
Binary 11001110 10100011 10000000 0 10101 100110 10011 11011 101100 1000001

Color Harmonies of #CEA380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA380

Black with #CEA380

Text Example


Text Example

White with #CEA380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA380; }

 p { color: rgb(206,163,128); }

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

background-color css

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

 a { background-color: rgb(206,163,128); }

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

border-color css

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

 span { border-color: rgb(206,163,128); }

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