Html Css Color HEX #CEA374 Cameo

📋 copy color: '#CEA374'

red 206 ◦ green 163 ◦ blue 116

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

Shades of Cameo #CEA374

Tints of Cameo #CEA374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.92%

R = 42.47%
G = 33.61%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CEA374 (or 0xCEA374) is known color: Cameo. HEX triplet: CE, A3 and 74. RGB value is (206,163,116). Sum of RGB (Red+Green+Blue) = 206+163+116=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA374 is #315C8B. Grayscale: #AAAAAA. Windows color (decimal): -3234956 or 7644110. OLE color: 7644110.

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

Color convert

RGB 206 163 116 -
CMYK 0 0.21 0.44 0.19
HSL 31.33º 0.48% 0.63% -
HSV(B) 31.33º 0.44% 0.81% -
XYZ 41.7 40.58 22.16 -
YUV 170.5 97.25 153.32 -
System Red Green Blue C M Y K H S L
Decimal 206 163 116 0 0.21 0.44 0.19 31.33 0.48 0.63
Hex CE A3 74 0 15 2C 13 1F 30 3F
Octal 316 243 164 0 25 54 23 37 60 77
Binary 11001110 10100011 1110100 0 10101 101100 10011 11111 110000 111111

Color Harmonies of #CEA374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA374

Black with #CEA374

Text Example


Text Example

White with #CEA374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA374; }

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

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

background-color css

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

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

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

border-color css

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

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

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