Html Css Color HEX #CE914A Anzac

📋 copy color: '#CE914A'

red 206 ◦ green 145 ◦ blue 74

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

Shades of Anzac #CE914A

Tints of Anzac #CE914A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.41%

R = 48.47%
G = 34.12%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE914A (or 0xCE914A) is known color: Anzac. HEX triplet: CE, 91 and 4A. RGB value is (206,145,74). Sum of RGB (Red+Green+Blue) = 206+145+74=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE914A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE914A is #316EB5. Grayscale: #9B9B9B. Windows color (decimal): -3239606 or 4886990. OLE color: 4886990.

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

Color convert

RGB 206 145 74 -
CMYK 0 0.30 0.64 0.19
HSL 32.27º 0.57% 0.55% -
HSV(B) 32.27º 0.64% 0.81% -
XYZ 36.82 33.87 11.08 -
YUV 155.15 82.21 164.27 -
System Red Green Blue C M Y K H S L
Decimal 206 145 74 0 0.30 0.64 0.19 32.27 0.57 0.55
Hex CE 91 4A 0 1E 40 13 20 39 37
Octal 316 221 112 0 36 100 23 40 71 67
Binary 11001110 10010001 1001010 0 11110 1000000 10011 100000 111001 110111

Color Harmonies of #CE914A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE914A

Black with #CE914A

Text Example


Text Example

White with #CE914A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE914A; }

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

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

background-color css

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

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

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

border-color css

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

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

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