Html Css Color HEX #CE9041 Anzac

📋 copy color: '#CE9041'

red 206 ◦ green 144 ◦ blue 65

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

Shades of Anzac #CE9041

Tints of Anzac #CE9041

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.7%

 BLUE value IS 65 (25.78% from 255) = 15.66%

R = 49.64%
G = 34.7%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE9041 (or 0xCE9041) is known color: Anzac. HEX triplet: CE, 90 and 41. RGB value is (206,144,65). Sum of RGB (Red+Green+Blue) = 206+144+65=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9041 is #316FBE. Grayscale: #999999. Windows color (decimal): -3239871 or 4296910. OLE color: 4296910.

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

Color convert

RGB 206 144 65 -
CMYK 0 0.30 0.68 0.19
HSL 33.62º 0.59% 0.53% -
HSV(B) 33.62º 0.68% 0.81% -
XYZ 36.38 33.45 9.54 -
YUV 153.53 78.04 165.42 -
System Red Green Blue C M Y K H S L
Decimal 206 144 65 0 0.30 0.68 0.19 33.62 0.59 0.53
Hex CE 90 41 0 1E 44 13 22 3B 35
Octal 316 220 101 0 36 104 23 42 73 65
Binary 11001110 10010000 1000001 0 11110 1000100 10011 100010 111011 110101

Color Harmonies of #CE9041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9041

Black with #CE9041

Text Example


Text Example

White with #CE9041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9041; }

 p { color: rgb(206,144,65); }

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

background-color css

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

 a { background-color: rgb(206,144,65); }

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

border-color css

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

 span { border-color: rgb(206,144,65); }

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