Html Css Color HEX #CE973E Anzac

📋 copy color: '#CE973E'

red 206 ◦ green 151 ◦ blue 62

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

Shades of Anzac #CE973E

Tints of Anzac #CE973E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.04%

 BLUE value IS 62 (24.61% from 255) = 14.8%

R = 49.16%
G = 36.04%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE973E (or 0xCE973E) is known color: Anzac. HEX triplet: CE, 97 and 3E. RGB value is (206,151,62). Sum of RGB (Red+Green+Blue) = 206+151+62=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE973E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE973E is #3168C1. Grayscale: #9D9D9D. Windows color (decimal): -3238082 or 4102094. OLE color: 4102094.

HSL color Cylindrical-coordinate representation of color #CE973E: hue angle of 37.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE973E is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 151 62 -
CMYK 0 0.27 0.70 0.19
HSL 37.08º 0.6% 0.53% -
HSV(B) 37.08º 0.7% 0.81% -
XYZ 37.39 35.6 9.46 -
YUV 157.3 74.22 162.74 -
System Red Green Blue C M Y K H S L
Decimal 206 151 62 0 0.27 0.70 0.19 37.08 0.6 0.53
Hex CE 97 3E 0 1B 46 13 25 3C 35
Octal 316 227 76 0 33 106 23 45 74 65
Binary 11001110 10010111 111110 0 11011 1000110 10011 100101 111100 110101

Color Harmonies of #CE973E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE973E

Black with #CE973E

Text Example


Text Example

White with #CE973E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE973E; }

 p { color: rgb(206,151,62); }

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

background-color css

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

 a { background-color: rgb(206,151,62); }

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

border-color css

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

 span { border-color: rgb(206,151,62); }

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