Html Css Color HEX #CE8D3F Anzac

📋 copy color: '#CE8D3F'

red 206 ◦ green 141 ◦ blue 63

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

Shades of Anzac #CE8D3F

Tints of Anzac #CE8D3F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.39%

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

R = 50.24%
G = 34.39%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE8D3F (or 0xCE8D3F) is known color: Anzac. HEX triplet: CE, 8D and 3F. RGB value is (206,141,63). Sum of RGB (Red+Green+Blue) = 206+141+63=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 63 (25% from 255 or 15.37% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8D3F is #3172C0. Grayscale: #979797. Windows color (decimal): -3240641 or 4165070. OLE color: 4165070.

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

Color convert

RGB 206 141 63 -
CMYK 0 0.32 0.69 0.19
HSL 32.73º 0.59% 0.53% -
HSV(B) 32.73º 0.69% 0.81% -
XYZ 35.88 32.53 9.09 -
YUV 151.54 78.03 166.84 -
System Red Green Blue C M Y K H S L
Decimal 206 141 63 0 0.32 0.69 0.19 32.73 0.59 0.53
Hex CE 8D 3F 0 20 45 13 21 3B 35
Octal 316 215 77 0 40 105 23 41 73 65
Binary 11001110 10001101 111111 0 100000 1000101 10011 100001 111011 110101

Color Harmonies of #CE8D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D3F

Black with #CE8D3F

Text Example


Text Example

White with #CE8D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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