Html Css Color HEX #C8893A Anzac

📋 copy color: '#C8893A'

red 200 ◦ green 137 ◦ blue 58

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

Shades of Anzac #C8893A

Tints of Anzac #C8893A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.68%

R = 50.63%
G = 34.68%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8893A (or 0xC8893A) is known color: Anzac. HEX triplet: C8, 89 and 3A. RGB value is (200,137,58). Sum of RGB (Red+Green+Blue) = 200+137+58=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8893A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8893A is #3776C5. Grayscale: #939393. Windows color (decimal): -3634886 or 3836360. OLE color: 3836360.

HSL color Cylindrical-coordinate representation of color #C8893A: hue angle of 33.38º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8893A is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 137 58 -
CMYK 0 0.32 0.71 0.22
HSL 33.38º 0.56% 0.51% -
HSV(B) 33.38º 0.71% 0.78% -
XYZ 33.53 30.48 8.12 -
YUV 146.83 77.87 165.92 -
System Red Green Blue C M Y K H S L
Decimal 200 137 58 0 0.32 0.71 0.22 33.38 0.56 0.51
Hex C8 89 3A 0 20 47 16 21 38 33
Octal 310 211 72 0 40 107 26 41 70 63
Binary 11001000 10001001 111010 0 100000 1000111 10110 100001 111000 110011

Color Harmonies of #C8893A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8893A

Black with #C8893A

Text Example


Text Example

White with #C8893A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8893A; }

 p { color: rgb(200,137,58); }

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

background-color css

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

 a { background-color: rgb(200,137,58); }

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

border-color css

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

 span { border-color: rgb(200,137,58); }

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