Html Css Color HEX #CE9F3F Anzac

📋 copy color: '#CE9F3F'

red 206 ◦ green 159 ◦ blue 63

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

Shades of Anzac #CE9F3F

Tints of Anzac #CE9F3F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.15%

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

R = 48.13%
G = 37.15%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE9F3F (or 0xCE9F3F) is known color: Anzac. HEX triplet: CE, 9F and 3F. RGB value is (206,159,63). Sum of RGB (Red+Green+Blue) = 206+159+63=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 63 (25% from 255 or 14.72% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9F3F is #3160C0. Grayscale: #A2A2A2. Windows color (decimal): -3236033 or 4169678. OLE color: 4169678.

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

Color convert

RGB 206 159 63 -
CMYK 0 0.23 0.69 0.19
HSL 40.28º 0.59% 0.53% -
HSV(B) 40.28º 0.69% 0.81% -
XYZ 38.75 38.28 10.05 -
YUV 162.11 72.07 159.31 -
System Red Green Blue C M Y K H S L
Decimal 206 159 63 0 0.23 0.69 0.19 40.28 0.59 0.53
Hex CE 9F 3F 0 17 45 13 28 3B 35
Octal 316 237 77 0 27 105 23 50 73 65
Binary 11001110 10011111 111111 0 10111 1000101 10011 101000 111011 110101

Color Harmonies of #CE9F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9F3F

Black with #CE9F3F

Text Example


Text Example

White with #CE9F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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