Html Css Color HEX #CE8F3F Anzac

📋 copy color: '#CE8F3F'

red 206 ◦ green 143 ◦ blue 63

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

Shades of Anzac #CE8F3F

Tints of Anzac #CE8F3F

RGB

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

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

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

R = 50%
G = 34.71%
B = 15.29%

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

#CE8F3F (or 0xCE8F3F) is known color: Anzac. HEX triplet: CE, 8F and 3F. RGB value is (206,143,63). Sum of RGB (Red+Green+Blue) = 206+143+63=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8F3F is #3170C0. Grayscale: #999999. Windows color (decimal): -3240129 or 4165582. OLE color: 4165582.

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

Color convert

RGB 206 143 63 -
CMYK 0 0.31 0.69 0.19
HSL 33.57º 0.59% 0.53% -
HSV(B) 33.57º 0.69% 0.81% -
XYZ 36.17 33.13 9.19 -
YUV 152.72 77.37 166 -
System Red Green Blue C M Y K H S L
Decimal 206 143 63 0 0.31 0.69 0.19 33.57 0.59 0.53
Hex CE 8F 3F 0 1F 45 13 22 3B 35
Octal 316 217 77 0 37 105 23 42 73 65
Binary 11001110 10001111 111111 0 11111 1000101 10011 100010 111011 110101

Color Harmonies of #CE8F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F3F

Black with #CE8F3F

Text Example


Text Example

White with #CE8F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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