Html Css Color HEX #C2853F Anzac

📋 copy color: '#C2853F'

red 194 ◦ green 133 ◦ blue 63

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

Shades of Anzac #C2853F

Tints of Anzac #C2853F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.1%

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

R = 49.74%
G = 34.1%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2853F (or 0xC2853F) is known color: Anzac. HEX triplet: C2, 85 and 3F. RGB value is (194,133,63). Sum of RGB (Red+Green+Blue) = 194+133+63=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2853F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2853F is #3D7AC0. Grayscale: #8F8F8F. Windows color (decimal): -4029121 or 4163010. OLE color: 4163010.

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

Color convert

RGB 194 133 63 -
CMYK 0 0.31 0.68 0.24
HSL 32.06º 0.52% 0.5% -
HSV(B) 32.06º 0.68% 0.76% -
XYZ 31.53 28.6 8.56 -
YUV 143.26 82.71 164.19 -
System Red Green Blue C M Y K H S L
Decimal 194 133 63 0 0.31 0.68 0.24 32.06 0.52 0.5
Hex C2 85 3F 0 1F 44 18 20 34 32
Octal 302 205 77 0 37 104 30 40 64 62
Binary 11000010 10000101 111111 0 11111 1000100 11000 100000 110100 110010

Color Harmonies of #C2853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2853F

Black with #C2853F

Text Example


Text Example

White with #C2853F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2853F; }

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

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

background-color css

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

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

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

border-color css

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

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

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