Html Css Color HEX #C08942 Anzac

📋 copy color: '#C08942'

red 192 ◦ green 137 ◦ blue 66

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

Shades of Anzac #C08942

Tints of Anzac #C08942

RGB

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

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

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

R = 48.61%
G = 34.68%
B = 16.71%

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

#C08942 (or 0xC08942) is known color: Anzac. HEX triplet: C0, 89 and 42. RGB value is (192,137,66). Sum of RGB (Red+Green+Blue) = 192+137+66=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C08942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08942 is #3F76BD. Grayscale: #919191. Windows color (decimal): -4159166 or 4360640. OLE color: 4360640.

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

Color convert

RGB 192 137 66 -
CMYK 0 0.29 0.66 0.25
HSL 33.81º 0.5% 0.51% -
HSV(B) 33.81º 0.66% 0.75% -
XYZ 31.67 29.49 9.18 -
YUV 145.35 83.22 161.27 -
System Red Green Blue C M Y K H S L
Decimal 192 137 66 0 0.29 0.66 0.25 33.81 0.5 0.51
Hex C0 89 42 0 1D 42 19 22 32 33
Octal 300 211 102 0 35 102 31 42 62 63
Binary 11000000 10001001 1000010 0 11101 1000010 11001 100010 110010 110011

Color Harmonies of #C08942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08942

Black with #C08942

Text Example


Text Example

White with #C08942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08942; }

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

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

background-color css

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

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

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

border-color css

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

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

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