Html Css Color HEX #CE9246 Anzac

📋 copy color: '#CE9246'

red 206 ◦ green 146 ◦ blue 70

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

Shades of Anzac #CE9246

Tints of Anzac #CE9246

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.6%

 BLUE value IS 70 (27.73% from 255) = 16.59%

R = 48.82%
G = 34.6%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE9246 (or 0xCE9246) is known color: Anzac. HEX triplet: CE, 92 and 46. RGB value is (206,146,70). Sum of RGB (Red+Green+Blue) = 206+146+70=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 70 (27.73% from 255 or 16.59% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9246 is #316DB9. Grayscale: #9B9B9B. Windows color (decimal): -3239354 or 4625102. OLE color: 4625102.

HSL color Cylindrical-coordinate representation of color #CE9246: hue angle of 33.53º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE9246 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 146 70 -
CMYK 0 0.29 0.66 0.19
HSL 33.53º 0.58% 0.54% -
HSV(B) 33.53º 0.66% 0.81% -
XYZ 36.84 34.12 10.44 -
YUV 155.28 79.88 164.18 -
System Red Green Blue C M Y K H S L
Decimal 206 146 70 0 0.29 0.66 0.19 33.53 0.58 0.54
Hex CE 92 46 0 1D 42 13 22 3A 36
Octal 316 222 106 0 35 102 23 42 72 66
Binary 11001110 10010010 1000110 0 11101 1000010 10011 100010 111010 110110

Color Harmonies of #CE9246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9246

Black with #CE9246

Text Example


Text Example

White with #CE9246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9246; }

 p { color: rgb(206,146,70); }

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

background-color css

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

 a { background-color: rgb(206,146,70); }

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

border-color css

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

 span { border-color: rgb(206,146,70); }

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