Html Css Color HEX #C28A40 Anzac

📋 copy color: '#C28A40'

red 194 ◦ green 138 ◦ blue 64

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

Shades of Anzac #C28A40

Tints of Anzac #C28A40

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.85%

 BLUE value IS 64 (25.39% from 255) = 16.16%

R = 48.99%
G = 34.85%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C28A40 (or 0xC28A40) is known color: Anzac. HEX triplet: C2, 8A and 40. RGB value is (194,138,64). Sum of RGB (Red+Green+Blue) = 194+138+64=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28A40 is #3D75BF. Grayscale: #929292. Windows color (decimal): -4027840 or 4229826. OLE color: 4229826.

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

Color convert

RGB 194 138 64 -
CMYK 0 0.29 0.67 0.24
HSL 34.15º 0.52% 0.51% -
HSV(B) 34.15º 0.67% 0.76% -
XYZ 32.26 30.02 8.94 -
YUV 146.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 194 138 64 0 0.29 0.67 0.24 34.15 0.52 0.51
Hex C2 8A 40 0 1D 43 18 22 34 33
Octal 302 212 100 0 35 103 30 42 64 63
Binary 11000010 10001010 1000000 0 11101 1000011 11000 100010 110100 110011

Color Harmonies of #C28A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28A40

Black with #C28A40

Text Example


Text Example

White with #C28A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28A40; }

 p { color: rgb(194,138,64); }

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

background-color css

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

 a { background-color: rgb(194,138,64); }

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

border-color css

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

 span { border-color: rgb(194,138,64); }

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