Html Css Color HEX #C89242 Anzac

📋 copy color: '#C89242'

red 200 ◦ green 146 ◦ blue 66

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

Shades of Anzac #C89242

Tints of Anzac #C89242

RGB

 RED value IS 200 (78.52% from 255) = 48.54%

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

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

R = 48.54%
G = 35.44%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C89242 (or 0xC89242) is known color: Anzac. HEX triplet: C8, 92 and 42. RGB value is (200,146,66). Sum of RGB (Red+Green+Blue) = 200+146+66=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C89242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89242 is #376DBD. Grayscale: #999999. Windows color (decimal): -3632574 or 4362952. OLE color: 4362952.

HSL color Cylindrical-coordinate representation of color #C89242: hue angle of 35.82º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C89242 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 146 66 -
CMYK 0 0.27 0.67 0.22
HSL 35.82º 0.55% 0.52% -
HSV(B) 35.82º 0.67% 0.78% -
XYZ 35.08 33.23 9.72 -
YUV 153.03 78.89 161.5 -
System Red Green Blue C M Y K H S L
Decimal 200 146 66 0 0.27 0.67 0.22 35.82 0.55 0.52
Hex C8 92 42 0 1B 43 16 24 37 34
Octal 310 222 102 0 33 103 26 44 67 64
Binary 11001000 10010010 1000010 0 11011 1000011 10110 100100 110111 110100

Color Harmonies of #C89242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89242

Black with #C89242

Text Example


Text Example

White with #C89242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89242; }

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

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

background-color css

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

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

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

border-color css

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

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

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