Html Css Color HEX #C4963F Anzac

📋 copy color: '#C4963F'

red 196 ◦ green 150 ◦ blue 63

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

Shades of Anzac #C4963F

Tints of Anzac #C4963F

RGB

 RED value IS 196 (76.95% from 255) = 47.92%

 GREEN value IS 150 (58.98% from 255) = 36.67%

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

R = 47.92%
G = 36.67%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4963F (or 0xC4963F) is known color: Anzac. HEX triplet: C4, 96 and 3F. RGB value is (196,150,63). Sum of RGB (Red+Green+Blue) = 196+150+63=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C4963F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4963F is #3B69C0. Grayscale: #9A9A9A. Windows color (decimal): -3893697 or 4167364. OLE color: 4167364.

HSL color Cylindrical-coordinate representation of color #C4963F: hue angle of 39.25º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4963F is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 150 63 -
CMYK 0 0.23 0.68 0.23
HSL 39.25º 0.53% 0.51% -
HSV(B) 39.25º 0.68% 0.77% -
XYZ 34.57 33.91 9.43 -
YUV 153.84 76.74 158.07 -
System Red Green Blue C M Y K H S L
Decimal 196 150 63 0 0.23 0.68 0.23 39.25 0.53 0.51
Hex C4 96 3F 0 17 44 17 27 35 33
Octal 304 226 77 0 27 104 27 47 65 63
Binary 11000100 10010110 111111 0 10111 1000100 10111 100111 110101 110011

Color Harmonies of #C4963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4963F

Black with #C4963F

Text Example


Text Example

White with #C4963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4963F; }

 p { color: rgb(196,150,63); }

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

background-color css

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

 a { background-color: rgb(196,150,63); }

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

border-color css

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

 span { border-color: rgb(196,150,63); }

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