Html Css Color HEX #CEA677 Cameo

📋 copy color: '#CEA677'

red 206 ◦ green 166 ◦ blue 119

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

Shades of Cameo #CEA677

Tints of Cameo #CEA677

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.81%

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

R = 41.96%
G = 33.81%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CEA677 (or 0xCEA677) is known color: Cameo. HEX triplet: CE, A6 and 77. RGB value is (206,166,119). Sum of RGB (Red+Green+Blue) = 206+166+119=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA677 is #315988. Grayscale: #ACACAC. Windows color (decimal): -3234185 or 7841486. OLE color: 7841486.

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

Color convert

RGB 206 166 119 -
CMYK 0 0.19 0.42 0.19
HSL 32.41º 0.47% 0.64% -
HSV(B) 32.41º 0.42% 0.81% -
XYZ 42.42 41.73 23.27 -
YUV 172.6 97.75 151.82 -
System Red Green Blue C M Y K H S L
Decimal 206 166 119 0 0.19 0.42 0.19 32.41 0.47 0.64
Hex CE A6 77 0 13 2A 13 20 2F 40
Octal 316 246 167 0 23 52 23 40 57 100
Binary 11001110 10100110 1110111 0 10011 101010 10011 100000 101111 1000000

Color Harmonies of #CEA677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA677

Black with #CEA677

Text Example


Text Example

White with #CEA677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA677; }

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

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

background-color css

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

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

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

border-color css

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

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

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