Html Css Color HEX #CE9442 Anzac

📋 copy color: '#CE9442'

red 206 ◦ green 148 ◦ blue 66

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

Shades of Anzac #CE9442

Tints of Anzac #CE9442

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.24%

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

R = 49.05%
G = 35.24%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE9442 (or 0xCE9442) is known color: Anzac. HEX triplet: CE, 94 and 42. RGB value is (206,148,66). Sum of RGB (Red+Green+Blue) = 206+148+66=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9442 is #316BBD. Grayscale: #9C9C9C. Windows color (decimal): -3238846 or 4363470. OLE color: 4363470.

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

Color convert

RGB 206 148 66 -
CMYK 0 0.28 0.68 0.19
HSL 35.14º 0.59% 0.53% -
HSV(B) 35.14º 0.68% 0.81% -
XYZ 37.03 34.69 9.9 -
YUV 155.99 77.22 163.67 -
System Red Green Blue C M Y K H S L
Decimal 206 148 66 0 0.28 0.68 0.19 35.14 0.59 0.53
Hex CE 94 42 0 1C 44 13 23 3B 35
Octal 316 224 102 0 34 104 23 43 73 65
Binary 11001110 10010100 1000010 0 11100 1000100 10011 100011 111011 110101

Color Harmonies of #CE9442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9442

Black with #CE9442

Text Example


Text Example

White with #CE9442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9442; }

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

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

background-color css

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

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

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

border-color css

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

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

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