Html Css Color HEX #C2873F Anzac

📋 copy color: '#C2873F'

red 194 ◦ green 135 ◦ blue 63

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

Shades of Anzac #C2873F

Tints of Anzac #C2873F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.44%

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

R = 49.49%
G = 34.44%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2873F (or 0xC2873F) is known color: Anzac. HEX triplet: C2, 87 and 3F. RGB value is (194,135,63). Sum of RGB (Red+Green+Blue) = 194+135+63=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2873F is #3D78C0. Grayscale: #909090. Windows color (decimal): -4028609 or 4163522. OLE color: 4163522.

HSL color Cylindrical-coordinate representation of color #C2873F: hue angle of 32.98º 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 #C2873F is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 135 63 -
CMYK 0 0.30 0.68 0.24
HSL 32.98º 0.52% 0.5% -
HSV(B) 32.98º 0.68% 0.76% -
XYZ 31.81 29.16 8.65 -
YUV 144.43 82.05 163.35 -
System Red Green Blue C M Y K H S L
Decimal 194 135 63 0 0.30 0.68 0.24 32.98 0.52 0.5
Hex C2 87 3F 0 1E 44 18 21 34 32
Octal 302 207 77 0 36 104 30 41 64 62
Binary 11000010 10000111 111111 0 11110 1000100 11000 100001 110100 110010

Color Harmonies of #C2873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2873F

Black with #C2873F

Text Example


Text Example

White with #C2873F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2873F; }

 p { color: rgb(194,135,63); }

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

background-color css

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

 a { background-color: rgb(194,135,63); }

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

border-color css

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

 span { border-color: rgb(194,135,63); }

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