Html Css Color HEX #C8963E Anzac

📋 copy color: '#C8963E'

red 200 ◦ green 150 ◦ blue 62

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

Shades of Anzac #C8963E

Tints of Anzac #C8963E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.41%

 BLUE value IS 62 (24.61% from 255) = 15.05%

R = 48.54%
G = 36.41%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8963E (or 0xC8963E) is known color: Anzac. HEX triplet: C8, 96 and 3E. RGB value is (200,150,62). Sum of RGB (Red+Green+Blue) = 200+150+62=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C8963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8963E is #3769C1. Grayscale: #9B9B9B. Windows color (decimal): -3631554 or 4101832. OLE color: 4101832.

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

Color convert

RGB 200 150 62 -
CMYK 0 0.25 0.69 0.22
HSL 38.26º 0.56% 0.51% -
HSV(B) 38.26º 0.69% 0.78% -
XYZ 35.6 34.44 9.33 -
YUV 154.92 75.57 160.16 -
System Red Green Blue C M Y K H S L
Decimal 200 150 62 0 0.25 0.69 0.22 38.26 0.56 0.51
Hex C8 96 3E 0 19 45 16 26 38 33
Octal 310 226 76 0 31 105 26 46 70 63
Binary 11001000 10010110 111110 0 11001 1000101 10110 100110 111000 110011

Color Harmonies of #C8963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8963E

Black with #C8963E

Text Example


Text Example

White with #C8963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8963E; }

 p { color: rgb(200,150,62); }

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

background-color css

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

 a { background-color: rgb(200,150,62); }

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

border-color css

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

 span { border-color: rgb(200,150,62); }

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