Html Css Color HEX #CE913F Anzac

📋 copy color: '#CE913F'

red 206 ◦ green 145 ◦ blue 63

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

Shades of Anzac #CE913F

Tints of Anzac #CE913F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.22%

R = 49.76%
G = 35.02%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE913F (or 0xCE913F) is known color: Anzac. HEX triplet: CE, 91 and 3F. RGB value is (206,145,63). Sum of RGB (Red+Green+Blue) = 206+145+63=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 63 (25% from 255 or 15.22% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE913F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE913F is #316EC0. Grayscale: #9A9A9A. Windows color (decimal): -3239617 or 4166094. OLE color: 4166094.

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

Color convert

RGB 206 145 63 -
CMYK 0 0.30 0.69 0.19
HSL 34.41º 0.59% 0.53% -
HSV(B) 34.41º 0.69% 0.81% -
XYZ 36.48 33.73 9.29 -
YUV 153.89 76.71 165.17 -
System Red Green Blue C M Y K H S L
Decimal 206 145 63 0 0.30 0.69 0.19 34.41 0.59 0.53
Hex CE 91 3F 0 1E 45 13 22 3B 35
Octal 316 221 77 0 36 105 23 42 73 65
Binary 11001110 10010001 111111 0 11110 1000101 10011 100010 111011 110101

Color Harmonies of #CE913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE913F

Black with #CE913F

Text Example


Text Example

White with #CE913F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE913F; }

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

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

background-color css

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

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

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

border-color css

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

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

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