Html Css Color HEX #C2863D Anzac

📋 copy color: '#C2863D'

red 194 ◦ green 134 ◦ blue 61

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

Shades of Anzac #C2863D

Tints of Anzac #C2863D

RGB

 RED value IS 194 (76.17% from 255) = 49.87%

 GREEN value IS 134 (52.73% from 255) = 34.45%

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

R = 49.87%
G = 34.45%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2863D (or 0xC2863D) is known color: Anzac. HEX triplet: C2, 86 and 3D. RGB value is (194,134,61). Sum of RGB (Red+Green+Blue) = 194+134+61=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2863D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2863D is #3D79C2. Grayscale: #8F8F8F. Windows color (decimal): -4028867 or 4032194. OLE color: 4032194.

HSL color Cylindrical-coordinate representation of color #C2863D: hue angle of 32.93º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2863D is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 134 61 -
CMYK 0 0.31 0.69 0.24
HSL 32.93º 0.52% 0.5% -
HSV(B) 32.93º 0.69% 0.76% -
XYZ 31.62 28.86 8.32 -
YUV 143.62 81.38 163.94 -
System Red Green Blue C M Y K H S L
Decimal 194 134 61 0 0.31 0.69 0.24 32.93 0.52 0.5
Hex C2 86 3D 0 1F 45 18 21 34 32
Octal 302 206 75 0 37 105 30 41 64 62
Binary 11000010 10000110 111101 0 11111 1000101 11000 100001 110100 110010

Color Harmonies of #C2863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2863D

Black with #C2863D

Text Example


Text Example

White with #C2863D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2863D; }

 p { color: rgb(194,134,61); }

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

background-color css

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

 a { background-color: rgb(194,134,61); }

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

border-color css

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

 span { border-color: rgb(194,134,61); }

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