Html Css Color HEX #C39242 Anzac

📋 copy color: '#C39242'

red 195 ◦ green 146 ◦ blue 66

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

Shades of Anzac #C39242

Tints of Anzac #C39242

RGB

 RED value IS 195 (76.56% from 255) = 47.91%

 GREEN value IS 146 (57.42% from 255) = 35.87%

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

R = 47.91%
G = 35.87%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C39242 (or 0xC39242) is known color: Anzac. HEX triplet: C3, 92 and 42. RGB value is (195,146,66). Sum of RGB (Red+Green+Blue) = 195+146+66=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C39242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39242 is #3C6DBD. Grayscale: #979797. Windows color (decimal): -3960254 or 4362947. OLE color: 4362947.

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

Color convert

RGB 195 146 66 -
CMYK 0 0.25 0.66 0.24
HSL 37.21º 0.52% 0.51% -
HSV(B) 37.21º 0.66% 0.76% -
XYZ 33.77 32.55 9.66 -
YUV 151.53 79.73 159 -
System Red Green Blue C M Y K H S L
Decimal 195 146 66 0 0.25 0.66 0.24 37.21 0.52 0.51
Hex C3 92 42 0 19 42 18 25 34 33
Octal 303 222 102 0 31 102 30 45 64 63
Binary 11000011 10010010 1000010 0 11001 1000010 11000 100101 110100 110011

Color Harmonies of #C39242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39242

Black with #C39242

Text Example


Text Example

White with #C39242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39242; }

 p { color: rgb(195,146,66); }

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

background-color css

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

 a { background-color: rgb(195,146,66); }

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

border-color css

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

 span { border-color: rgb(195,146,66); }

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