Html Css Color HEX #C89542 Anzac

📋 copy color: '#C89542'

red 200 ◦ green 149 ◦ blue 66

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

Shades of Anzac #C89542

Tints of Anzac #C89542

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.9%

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

R = 48.19%
G = 35.9%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C89542 (or 0xC89542) is known color: Anzac. HEX triplet: C8, 95 and 42. RGB value is (200,149,66). Sum of RGB (Red+Green+Blue) = 200+149+66=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C89542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89542 is #376ABD. Grayscale: #9B9B9B. Windows color (decimal): -3631806 or 4363720. OLE color: 4363720.

HSL color Cylindrical-coordinate representation of color #C89542: hue angle of 37.16º 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 #C89542 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 149 66 -
CMYK 0 0.26 0.67 0.22
HSL 37.16º 0.55% 0.52% -
HSV(B) 37.16º 0.67% 0.78% -
XYZ 35.55 34.17 9.88 -
YUV 154.79 77.9 160.25 -
System Red Green Blue C M Y K H S L
Decimal 200 149 66 0 0.26 0.67 0.22 37.16 0.55 0.52
Hex C8 95 42 0 1A 43 16 25 37 34
Octal 310 225 102 0 32 103 26 45 67 64
Binary 11001000 10010101 1000010 0 11010 1000011 10110 100101 110111 110100

Color Harmonies of #C89542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89542

Black with #C89542

Text Example


Text Example

White with #C89542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89542; }

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

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

background-color css

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

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

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

border-color css

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

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

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