Html Css Color HEX #CEA478 Cameo

📋 copy color: '#CEA478'

red 206 ◦ green 164 ◦ blue 120

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

Shades of Cameo #CEA478

Tints of Cameo #CEA478

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.47%

 BLUE value IS 120 (47.27% from 255) = 24.49%

R = 42.04%
G = 33.47%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CEA478 (or 0xCEA478) is known color: Cameo. HEX triplet: CE, A4 and 78. RGB value is (206,164,120). Sum of RGB (Red+Green+Blue) = 206+164+120=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA478 is #315B87. Grayscale: #ABABAB. Windows color (decimal): -3234696 or 7906510. OLE color: 7906510.

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

Color convert

RGB 206 164 120 -
CMYK 0 0.20 0.42 0.19
HSL 30.7º 0.47% 0.64% -
HSV(B) 30.7º 0.42% 0.81% -
XYZ 42.12 41.03 23.47 -
YUV 171.54 98.91 152.58 -
System Red Green Blue C M Y K H S L
Decimal 206 164 120 0 0.20 0.42 0.19 30.7 0.47 0.64
Hex CE A4 78 0 14 2A 13 1F 2F 40
Octal 316 244 170 0 24 52 23 37 57 100
Binary 11001110 10100100 1111000 0 10100 101010 10011 11111 101111 1000000

Color Harmonies of #CEA478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA478

Black with #CEA478

Text Example


Text Example

White with #CEA478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA478; }

 p { color: rgb(206,164,120); }

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

background-color css

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

 a { background-color: rgb(206,164,120); }

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

border-color css

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

 span { border-color: rgb(206,164,120); }

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