Html Css Color HEX #C8953D Anzac

📋 copy color: '#C8953D'

red 200 ◦ green 149 ◦ blue 61

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

Shades of Anzac #C8953D

Tints of Anzac #C8953D

RGB

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

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

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

R = 48.78%
G = 36.34%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8953D (or 0xC8953D) is known color: Anzac. HEX triplet: C8, 95 and 3D. RGB value is (200,149,61). Sum of RGB (Red+Green+Blue) = 200+149+61=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8953D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8953D is #376AC2. Grayscale: #9A9A9A. Windows color (decimal): -3631811 or 4036040. OLE color: 4036040.

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

Color convert

RGB 200 149 61 -
CMYK 0 0.26 0.69 0.22
HSL 37.99º 0.56% 0.51% -
HSV(B) 37.99º 0.7% 0.78% -
XYZ 35.41 34.11 9.13 -
YUV 154.22 75.4 160.66 -
System Red Green Blue C M Y K H S L
Decimal 200 149 61 0 0.26 0.69 0.22 37.99 0.56 0.51
Hex C8 95 3D 0 1A 45 16 26 38 33
Octal 310 225 75 0 32 105 26 46 70 63
Binary 11001000 10010101 111101 0 11010 1000101 10110 100110 111000 110011

Color Harmonies of #C8953D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8953D

Black with #C8953D

Text Example


Text Example

White with #C8953D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8953D; }

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

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

background-color css

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

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

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

border-color css

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

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

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