Html Css Color HEX #CEA273 Cameo

📋 copy color: '#CEA273'

red 206 ◦ green 162 ◦ blue 115

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

Shades of Cameo #CEA273

Tints of Cameo #CEA273

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.54%

 BLUE value IS 115 (45.31% from 255) = 23.81%

R = 42.65%
G = 33.54%
B = 23.81%

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

#CEA273 (or 0xCEA273) is known color: Cameo. HEX triplet: CE, A2 and 73. RGB value is (206,162,115). Sum of RGB (Red+Green+Blue) = 206+162+115=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA273 is #315D8C. Grayscale: #AAAAAA. Windows color (decimal): -3235213 or 7578318. OLE color: 7578318.

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

Color convert

RGB 206 162 115 -
CMYK 0 0.21 0.44 0.19
HSL 30.99º 0.48% 0.63% -
HSV(B) 30.99º 0.44% 0.81% -
XYZ 41.47 40.2 21.79 -
YUV 169.8 97.08 153.82 -
System Red Green Blue C M Y K H S L
Decimal 206 162 115 0 0.21 0.44 0.19 30.99 0.48 0.63
Hex CE A2 73 0 15 2C 13 1F 30 3F
Octal 316 242 163 0 25 54 23 37 60 77
Binary 11001110 10100010 1110011 0 10101 101100 10011 11111 110000 111111

Color Harmonies of #CEA273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA273

Black with #CEA273

Text Example


Text Example

White with #CEA273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA273; }

 p { color: rgb(206,162,115); }

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

background-color css

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

 a { background-color: rgb(206,162,115); }

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

border-color css

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

 span { border-color: rgb(206,162,115); }

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