Html Css Color HEX #C2893E Anzac

📋 copy color: '#C2893E'

red 194 ◦ green 137 ◦ blue 62

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

Shades of Anzac #C2893E

Tints of Anzac #C2893E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.86%

 BLUE value IS 62 (24.61% from 255) = 15.78%

R = 49.36%
G = 34.86%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2893E (or 0xC2893E) is known color: Anzac. HEX triplet: C2, 89 and 3E. RGB value is (194,137,62). Sum of RGB (Red+Green+Blue) = 194+137+62=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C2893E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2893E is #3D76C1. Grayscale: #919191. Windows color (decimal): -4028098 or 4098498. OLE color: 4098498.

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

Color convert

RGB 194 137 62 -
CMYK 0 0.29 0.68 0.24
HSL 34.09º 0.52% 0.5% -
HSV(B) 34.09º 0.68% 0.76% -
XYZ 32.06 29.71 8.6 -
YUV 145.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 194 137 62 0 0.29 0.68 0.24 34.09 0.52 0.5
Hex C2 89 3E 0 1D 44 18 22 34 32
Octal 302 211 76 0 35 104 30 42 64 62
Binary 11000010 10001001 111110 0 11101 1000100 11000 100010 110100 110010

Color Harmonies of #C2893E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2893E

Black with #C2893E

Text Example


Text Example

White with #C2893E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2893E; }

 p { color: rgb(194,137,62); }

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

background-color css

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

 a { background-color: rgb(194,137,62); }

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

border-color css

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

 span { border-color: rgb(194,137,62); }

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