Html Css Color HEX #CE8F3D Anzac

📋 copy color: '#CE8F3D'

red 206 ◦ green 143 ◦ blue 61

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

Shades of Anzac #CE8F3D

Tints of Anzac #CE8F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.88%

R = 50.24%
G = 34.88%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE8F3D (or 0xCE8F3D) is known color: Anzac. HEX triplet: CE, 8F and 3D. RGB value is (206,143,61). Sum of RGB (Red+Green+Blue) = 206+143+61=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8F3D is #3170C2. Grayscale: #989898. Windows color (decimal): -3240131 or 4034510. OLE color: 4034510.

HSL color Cylindrical-coordinate representation of color #CE8F3D: hue angle of 33.93º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE8F3D is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 143 61 -
CMYK 0 0.31 0.70 0.19
HSL 33.93º 0.6% 0.52% -
HSV(B) 33.93º 0.7% 0.81% -
XYZ 36.12 33.1 8.9 -
YUV 152.49 76.37 166.17 -
System Red Green Blue C M Y K H S L
Decimal 206 143 61 0 0.31 0.70 0.19 33.93 0.6 0.52
Hex CE 8F 3D 0 1F 46 13 22 3C 34
Octal 316 217 75 0 37 106 23 42 74 64
Binary 11001110 10001111 111101 0 11111 1000110 10011 100010 111100 110100

Color Harmonies of #CE8F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F3D

Black with #CE8F3D

Text Example


Text Example

White with #CE8F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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