Html Css Color HEX #CE9145 Anzac

📋 copy color: '#CE9145'

red 206 ◦ green 145 ◦ blue 69

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

Shades of Anzac #CE9145

Tints of Anzac #CE9145

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.52%

 BLUE value IS 69 (27.34% from 255) = 16.43%

R = 49.05%
G = 34.52%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE9145 (or 0xCE9145) is known color: Anzac. HEX triplet: CE, 91 and 45. RGB value is (206,145,69). Sum of RGB (Red+Green+Blue) = 206+145+69=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9145 is #316EBA. Grayscale: #9A9A9A. Windows color (decimal): -3239611 or 4559310. OLE color: 4559310.

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

Color convert

RGB 206 145 69 -
CMYK 0 0.30 0.67 0.19
HSL 33.28º 0.58% 0.54% -
HSV(B) 33.28º 0.67% 0.81% -
XYZ 36.65 33.8 10.22 -
YUV 154.58 79.71 164.68 -
System Red Green Blue C M Y K H S L
Decimal 206 145 69 0 0.30 0.67 0.19 33.28 0.58 0.54
Hex CE 91 45 0 1E 43 13 21 3A 36
Octal 316 221 105 0 36 103 23 41 72 66
Binary 11001110 10010001 1000101 0 11110 1000011 10011 100001 111010 110110

Color Harmonies of #CE9145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9145

Black with #CE9145

Text Example


Text Example

White with #CE9145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9145; }

 p { color: rgb(206,145,69); }

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

background-color css

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

 a { background-color: rgb(206,145,69); }

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

border-color css

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

 span { border-color: rgb(206,145,69); }

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