Html Css Color HEX #C4993D Anzac

📋 copy color: '#C4993D'

red 196 ◦ green 153 ◦ blue 61

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

Shades of Anzac #C4993D

Tints of Anzac #C4993D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.32%

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

R = 47.8%
G = 37.32%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4993D (or 0xC4993D) is known color: Anzac. HEX triplet: C4, 99 and 3D. RGB value is (196,153,61). Sum of RGB (Red+Green+Blue) = 196+153+61=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C4993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4993D is #3B66C2. Grayscale: #9B9B9B. Windows color (decimal): -3892931 or 4037060. OLE color: 4037060.

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

Color convert

RGB 196 153 61 -
CMYK 0 0.22 0.69 0.23
HSL 40.89º 0.53% 0.5% -
HSV(B) 40.89º 0.69% 0.77% -
XYZ 35 34.86 9.3 -
YUV 155.37 74.75 156.98 -
System Red Green Blue C M Y K H S L
Decimal 196 153 61 0 0.22 0.69 0.23 40.89 0.53 0.5
Hex C4 99 3D 0 16 45 17 29 35 32
Octal 304 231 75 0 26 105 27 51 65 62
Binary 11000100 10011001 111101 0 10110 1000101 10111 101001 110101 110010

Color Harmonies of #C4993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4993D

Black with #C4993D

Text Example


Text Example

White with #C4993D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4993D; }

 p { color: rgb(196,153,61); }

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

background-color css

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

 a { background-color: rgb(196,153,61); }

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

border-color css

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

 span { border-color: rgb(196,153,61); }

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