Html Css Color HEX #CE8F3C Anzac

📋 copy color: '#CE8F3C'

red 206 ◦ green 143 ◦ blue 60

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

Shades of Anzac #CE8F3C

Tints of Anzac #CE8F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.67%

R = 50.37%
G = 34.96%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE8F3C (or 0xCE8F3C) is known color: Anzac. HEX triplet: CE, 8F and 3C. RGB value is (206,143,60). Sum of RGB (Red+Green+Blue) = 206+143+60=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8F3C is #3170C3. Grayscale: #989898. Windows color (decimal): -3240132 or 3968974. OLE color: 3968974.

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

Color convert

RGB 206 143 60 -
CMYK 0 0.31 0.71 0.19
HSL 34.11º 0.6% 0.52% -
HSV(B) 34.11º 0.71% 0.81% -
XYZ 36.09 33.09 8.76 -
YUV 152.38 75.87 166.25 -
System Red Green Blue C M Y K H S L
Decimal 206 143 60 0 0.31 0.71 0.19 34.11 0.6 0.52
Hex CE 8F 3C 0 1F 47 13 22 3C 34
Octal 316 217 74 0 37 107 23 42 74 64
Binary 11001110 10001111 111100 0 11111 1000111 10011 100010 111100 110100

Color Harmonies of #CE8F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F3C

Black with #CE8F3C

Text Example


Text Example

White with #CE8F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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