Html Css Color HEX #C08944 Anzac

📋 copy color: '#C08944'

red 192 ◦ green 137 ◦ blue 68

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

Shades of Anzac #C08944

Tints of Anzac #C08944

RGB

 RED value IS 192 (75.39% from 255) = 48.36%

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

 BLUE value IS 68 (26.95% from 255) = 17.13%

R = 48.36%
G = 34.51%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C08944 (or 0xC08944) is known color: Anzac. HEX triplet: C0, 89 and 44. RGB value is (192,137,68). Sum of RGB (Red+Green+Blue) = 192+137+68=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C08944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08944 is #3F76BB. Grayscale: #919191. Windows color (decimal): -4159164 or 4491712. OLE color: 4491712.

HSL color Cylindrical-coordinate representation of color #C08944: hue angle of 33.39º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C08944 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 137 68 -
CMYK 0 0.29 0.65 0.25
HSL 33.39º 0.5% 0.51% -
HSV(B) 33.39º 0.65% 0.75% -
XYZ 31.73 29.52 9.49 -
YUV 145.58 84.22 161.11 -
System Red Green Blue C M Y K H S L
Decimal 192 137 68 0 0.29 0.65 0.25 33.39 0.5 0.51
Hex C0 89 44 0 1D 41 19 21 32 33
Octal 300 211 104 0 35 101 31 41 62 63
Binary 11000000 10001001 1000100 0 11101 1000001 11001 100001 110010 110011

Color Harmonies of #C08944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08944

Black with #C08944

Text Example


Text Example

White with #C08944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08944; }

 p { color: rgb(192,137,68); }

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

background-color css

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

 a { background-color: rgb(192,137,68); }

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

border-color css

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

 span { border-color: rgb(192,137,68); }

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