Html Css Color HEX #CE943F Anzac

📋 copy color: '#CE943F'

red 206 ◦ green 148 ◦ blue 63

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

Shades of Anzac #CE943F

Tints of Anzac #CE943F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.49%

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

R = 49.4%
G = 35.49%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE943F (or 0xCE943F) is known color: Anzac. HEX triplet: CE, 94 and 3F. RGB value is (206,148,63). Sum of RGB (Red+Green+Blue) = 206+148+63=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 63 (25% from 255 or 15.11% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE943F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE943F is #316BC0. Grayscale: #9C9C9C. Windows color (decimal): -3238849 or 4166862. OLE color: 4166862.

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

Color convert

RGB 206 148 63 -
CMYK 0 0.28 0.69 0.19
HSL 35.66º 0.59% 0.53% -
HSV(B) 35.66º 0.69% 0.81% -
XYZ 36.94 34.66 9.45 -
YUV 155.65 75.72 163.91 -
System Red Green Blue C M Y K H S L
Decimal 206 148 63 0 0.28 0.69 0.19 35.66 0.59 0.53
Hex CE 94 3F 0 1C 45 13 24 3B 35
Octal 316 224 77 0 34 105 23 44 73 65
Binary 11001110 10010100 111111 0 11100 1000101 10011 100100 111011 110101

Color Harmonies of #CE943F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE943F

Black with #CE943F

Text Example


Text Example

White with #CE943F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE943F; }

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

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

background-color css

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

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

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

border-color css

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

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

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