Html Css Color HEX #C8963D Anzac

📋 copy color: '#C8963D'

red 200 ◦ green 150 ◦ blue 61

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

Shades of Anzac #C8963D

Tints of Anzac #C8963D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.84%

R = 48.66%
G = 36.5%
B = 14.84%

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

#C8963D (or 0xC8963D) is known color: Anzac. HEX triplet: C8, 96 and 3D. RGB value is (200,150,61). Sum of RGB (Red+Green+Blue) = 200+150+61=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8963D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8963D is #3769C2. Grayscale: #9B9B9B. Windows color (decimal): -3631555 or 4036296. OLE color: 4036296.

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

Color convert

RGB 200 150 61 -
CMYK 0 0.25 0.69 0.22
HSL 38.42º 0.56% 0.51% -
HSV(B) 38.42º 0.7% 0.78% -
XYZ 35.57 34.43 9.19 -
YUV 154.8 75.07 160.24 -
System Red Green Blue C M Y K H S L
Decimal 200 150 61 0 0.25 0.69 0.22 38.42 0.56 0.51
Hex C8 96 3D 0 19 45 16 26 38 33
Octal 310 226 75 0 31 105 26 46 70 63
Binary 11001000 10010110 111101 0 11001 1000101 10110 100110 111000 110011

Color Harmonies of #C8963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8963D

Black with #C8963D

Text Example


Text Example

White with #C8963D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8963D; }

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

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

background-color css

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

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

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

border-color css

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

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

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