Html Css Color HEX #C08642 Anzac

📋 copy color: '#C08642'

red 192 ◦ green 134 ◦ blue 66

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

Shades of Anzac #C08642

Tints of Anzac #C08642

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.18%

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

R = 48.98%
G = 34.18%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C08642 (or 0xC08642) is known color: Anzac. HEX triplet: C0, 86 and 42. RGB value is (192,134,66). Sum of RGB (Red+Green+Blue) = 192+134+66=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C08642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08642 is #3F79BD. Grayscale: #8F8F8F. Windows color (decimal): -4159934 or 4359872. OLE color: 4359872.

HSL color Cylindrical-coordinate representation of color #C08642: hue angle of 32.38º 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 #C08642 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 134 66 -
CMYK 0 0.30 0.66 0.25
HSL 32.38º 0.5% 0.51% -
HSV(B) 32.38º 0.66% 0.75% -
XYZ 31.25 28.65 9.04 -
YUV 143.59 84.22 162.53 -
System Red Green Blue C M Y K H S L
Decimal 192 134 66 0 0.30 0.66 0.25 32.38 0.5 0.51
Hex C0 86 42 0 1E 42 19 20 32 33
Octal 300 206 102 0 36 102 31 40 62 63
Binary 11000000 10000110 1000010 0 11110 1000010 11001 100000 110010 110011

Color Harmonies of #C08642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08642

Black with #C08642

Text Example


Text Example

White with #C08642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08642; }

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

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

background-color css

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

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

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

border-color css

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

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

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