Html Css Color HEX #C08842 Anzac

📋 copy color: '#C08842'

red 192 ◦ green 136 ◦ blue 66

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

Shades of Anzac #C08842

Tints of Anzac #C08842

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.52%

 BLUE value IS 66 (26.17% from 255) = 16.75%

R = 48.73%
G = 34.52%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C08842 (or 0xC08842) is known color: Anzac. HEX triplet: C0, 88 and 42. RGB value is (192,136,66). Sum of RGB (Red+Green+Blue) = 192+136+66=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C08842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08842 is #3F77BD. Grayscale: #919191. Windows color (decimal): -4159422 or 4360384. OLE color: 4360384.

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

Color convert

RGB 192 136 66 -
CMYK 0 0.29 0.66 0.25
HSL 33.33º 0.5% 0.51% -
HSV(B) 33.33º 0.66% 0.75% -
XYZ 31.53 29.21 9.13 -
YUV 144.76 83.55 161.69 -
System Red Green Blue C M Y K H S L
Decimal 192 136 66 0 0.29 0.66 0.25 33.33 0.5 0.51
Hex C0 88 42 0 1D 42 19 21 32 33
Octal 300 210 102 0 35 102 31 41 62 63
Binary 11000000 10001000 1000010 0 11101 1000010 11001 100001 110010 110011

Color Harmonies of #C08842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08842

Black with #C08842

Text Example


Text Example

White with #C08842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08842; }

 p { color: rgb(192,136,66); }

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

background-color css

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

 a { background-color: rgb(192,136,66); }

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

border-color css

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

 span { border-color: rgb(192,136,66); }

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