Html Css Color HEX #C28A46 Anzac

📋 copy color: '#C28A46'

red 194 ◦ green 138 ◦ blue 70

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

Shades of Anzac #C28A46

Tints of Anzac #C28A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.41%

R = 48.26%
G = 34.33%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C28A46 (or 0xC28A46) is known color: Anzac. HEX triplet: C2, 8A and 46. RGB value is (194,138,70). Sum of RGB (Red+Green+Blue) = 194+138+70=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28A46 is #3D75B9. Grayscale: #939393. Windows color (decimal): -4027834 or 4623042. OLE color: 4623042.

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

Color convert

RGB 194 138 70 -
CMYK 0 0.29 0.64 0.24
HSL 32.9º 0.5% 0.52% -
HSV(B) 32.9º 0.64% 0.76% -
XYZ 32.44 30.09 9.89 -
YUV 146.99 84.55 161.53 -
System Red Green Blue C M Y K H S L
Decimal 194 138 70 0 0.29 0.64 0.24 32.9 0.5 0.52
Hex C2 8A 46 0 1D 40 18 21 32 34
Octal 302 212 106 0 35 100 30 41 62 64
Binary 11000010 10001010 1000110 0 11101 1000000 11000 100001 110010 110100

Color Harmonies of #C28A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28A46

Black with #C28A46

Text Example


Text Example

White with #C28A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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