Html Css Color HEX #CE9B42 Anzac

📋 copy color: '#CE9B42'

red 206 ◦ green 155 ◦ blue 66

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

Shades of Anzac #CE9B42

Tints of Anzac #CE9B42

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.3%

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

R = 48.24%
G = 36.3%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE9B42 (or 0xCE9B42) is known color: Anzac. HEX triplet: CE, 9B and 42. RGB value is (206,155,66). Sum of RGB (Red+Green+Blue) = 206+155+66=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 66 (26.17% from 255 or 15.46% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9B42 is #3164BD. Grayscale: #A0A0A0. Windows color (decimal): -3237054 or 4365262. OLE color: 4365262.

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

Color convert

RGB 206 155 66 -
CMYK 0 0.25 0.68 0.19
HSL 38.14º 0.59% 0.53% -
HSV(B) 38.14º 0.68% 0.81% -
XYZ 38.16 36.96 10.28 -
YUV 160.1 74.9 160.74 -
System Red Green Blue C M Y K H S L
Decimal 206 155 66 0 0.25 0.68 0.19 38.14 0.59 0.53
Hex CE 9B 42 0 19 44 13 26 3B 35
Octal 316 233 102 0 31 104 23 46 73 65
Binary 11001110 10011011 1000010 0 11001 1000100 10011 100110 111011 110101

Color Harmonies of #CE9B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9B42

Black with #CE9B42

Text Example


Text Example

White with #CE9B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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