Html Css Color HEX #CEA377 Cameo

📋 copy color: '#CEA377'

red 206 ◦ green 163 ◦ blue 119

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

Shades of Cameo #CEA377

Tints of Cameo #CEA377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.39%

R = 42.21%
G = 33.4%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CEA377 (or 0xCEA377) is known color: Cameo. HEX triplet: CE, A3 and 77. RGB value is (206,163,119). Sum of RGB (Red+Green+Blue) = 206+163+119=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA377 is #315C88. Grayscale: #ABABAB. Windows color (decimal): -3234953 or 7840718. OLE color: 7840718.

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

Color convert

RGB 206 163 119 -
CMYK 0 0.21 0.42 0.19
HSL 30.34º 0.47% 0.64% -
HSV(B) 30.34º 0.42% 0.81% -
XYZ 41.88 40.65 23.09 -
YUV 170.84 98.75 153.08 -
System Red Green Blue C M Y K H S L
Decimal 206 163 119 0 0.21 0.42 0.19 30.34 0.47 0.64
Hex CE A3 77 0 15 2A 13 1E 2F 40
Octal 316 243 167 0 25 52 23 36 57 100
Binary 11001110 10100011 1110111 0 10101 101010 10011 11110 101111 1000000

Color Harmonies of #CEA377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA377

Black with #CEA377

Text Example


Text Example

White with #CEA377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA377; }

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

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

background-color css

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

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

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

border-color css

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

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

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