Html Css Color HEX #CE9242 Anzac

📋 copy color: '#CE9242'

red 206 ◦ green 146 ◦ blue 66

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

Shades of Anzac #CE9242

Tints of Anzac #CE9242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.79%

R = 49.28%
G = 34.93%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE9242 (or 0xCE9242) is known color: Anzac. HEX triplet: CE, 92 and 42. RGB value is (206,146,66). Sum of RGB (Red+Green+Blue) = 206+146+66=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 66 (26.17% from 255 or 15.79% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9242 is #316DBD. Grayscale: #9B9B9B. Windows color (decimal): -3239358 or 4362958. OLE color: 4362958.

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

Color convert

RGB 206 146 66 -
CMYK 0 0.29 0.68 0.19
HSL 34.29º 0.59% 0.53% -
HSV(B) 34.29º 0.68% 0.81% -
XYZ 36.72 34.07 9.8 -
YUV 154.82 77.88 164.5 -
System Red Green Blue C M Y K H S L
Decimal 206 146 66 0 0.29 0.68 0.19 34.29 0.59 0.53
Hex CE 92 42 0 1D 44 13 22 3B 35
Octal 316 222 102 0 35 104 23 42 73 65
Binary 11001110 10010010 1000010 0 11101 1000100 10011 100010 111011 110101

Color Harmonies of #CE9242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9242

Black with #CE9242

Text Example


Text Example

White with #CE9242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9242; }

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

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

background-color css

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

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

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

border-color css

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

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

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