Html Css Color HEX #C8893C Anzac

📋 copy color: '#C8893C'

red 200 ◦ green 137 ◦ blue 60

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

Shades of Anzac #C8893C

Tints of Anzac #C8893C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.11%

R = 50.38%
G = 34.51%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C8893C (or 0xC8893C) is known color: Anzac. HEX triplet: C8, 89 and 3C. RGB value is (200,137,60). Sum of RGB (Red+Green+Blue) = 200+137+60=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C8893C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8893C is #3776C3. Grayscale: #939393. Windows color (decimal): -3634884 or 3967432. OLE color: 3967432.

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

Color convert

RGB 200 137 60 -
CMYK 0 0.32 0.7 0.22
HSL 33º 0.56% 0.51% -
HSV(B) 33º 0.7% 0.78% -
XYZ 33.58 30.5 8.39 -
YUV 147.06 78.87 165.76 -
System Red Green Blue C M Y K H S L
Decimal 200 137 60 0 0.32 0.7 0.22 33 0.56 0.51
Hex C8 89 3C 0 20 46 16 21 38 33
Octal 310 211 74 0 40 106 26 41 70 63
Binary 11001000 10001001 111100 0 100000 1000110 10110 100001 111000 110011

Color Harmonies of #C8893C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8893C

Black with #C8893C

Text Example


Text Example

White with #C8893C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8893C; }

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

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

background-color css

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

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

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

border-color css

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

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

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