Html Css Color HEX #CE8F41 Anzac

📋 copy color: '#CE8F41'

red 206 ◦ green 143 ◦ blue 65

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

Shades of Anzac #CE8F41

Tints of Anzac #CE8F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.7%

R = 49.76%
G = 34.54%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE8F41 (or 0xCE8F41) is known color: Anzac. HEX triplet: CE, 8F and 41. RGB value is (206,143,65). Sum of RGB (Red+Green+Blue) = 206+143+65=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8F41 is #3170BE. Grayscale: #999999. Windows color (decimal): -3240127 or 4296654. OLE color: 4296654.

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

Color convert

RGB 206 143 65 -
CMYK 0 0.31 0.68 0.19
HSL 33.19º 0.59% 0.53% -
HSV(B) 33.19º 0.68% 0.81% -
XYZ 36.23 33.15 9.49 -
YUV 152.95 78.37 165.84 -
System Red Green Blue C M Y K H S L
Decimal 206 143 65 0 0.31 0.68 0.19 33.19 0.59 0.53
Hex CE 8F 41 0 1F 44 13 21 3B 35
Octal 316 217 101 0 37 104 23 41 73 65
Binary 11001110 10001111 1000001 0 11111 1000100 10011 100001 111011 110101

Color Harmonies of #CE8F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F41

Black with #CE8F41

Text Example


Text Example

White with #CE8F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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