Html Css Color HEX #CE8F40 Anzac

📋 copy color: '#CE8F40'

red 206 ◦ green 143 ◦ blue 64

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

Shades of Anzac #CE8F40

Tints of Anzac #CE8F40

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.62%

 BLUE value IS 64 (25.39% from 255) = 15.5%

R = 49.88%
G = 34.62%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE8F40 (or 0xCE8F40) is known color: Anzac. HEX triplet: CE, 8F and 40. RGB value is (206,143,64). Sum of RGB (Red+Green+Blue) = 206+143+64=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8F40 is #3170BF. Grayscale: #999999. Windows color (decimal): -3240128 or 4231118. OLE color: 4231118.

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

Color convert

RGB 206 143 64 -
CMYK 0 0.31 0.69 0.19
HSL 33.38º 0.59% 0.53% -
HSV(B) 33.38º 0.69% 0.81% -
XYZ 36.2 33.14 9.34 -
YUV 152.83 77.87 165.92 -
System Red Green Blue C M Y K H S L
Decimal 206 143 64 0 0.31 0.69 0.19 33.38 0.59 0.53
Hex CE 8F 40 0 1F 45 13 21 3B 35
Octal 316 217 100 0 37 105 23 41 73 65
Binary 11001110 10001111 1000000 0 11111 1000101 10011 100001 111011 110101

Color Harmonies of #CE8F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F40

Black with #CE8F40

Text Example


Text Example

White with #CE8F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F40; }

 p { color: rgb(206,143,64); }

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

background-color css

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

 a { background-color: rgb(206,143,64); }

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

border-color css

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

 span { border-color: rgb(206,143,64); }

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