Html Css Color HEX #C8953F Anzac

📋 copy color: '#C8953F'

red 200 ◦ green 149 ◦ blue 63

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

Shades of Anzac #C8953F

Tints of Anzac #C8953F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.29%

R = 48.54%
G = 36.17%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C8953F (or 0xC8953F) is known color: Anzac. HEX triplet: C8, 95 and 3F. RGB value is (200,149,63). Sum of RGB (Red+Green+Blue) = 200+149+63=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C8953F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8953F is #376AC0. Grayscale: #9A9A9A. Windows color (decimal): -3631809 or 4167112. OLE color: 4167112.

HSL color Cylindrical-coordinate representation of color #C8953F: hue angle of 37.66º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8953F is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 149 63 -
CMYK 0 0.26 0.68 0.22
HSL 37.66º 0.55% 0.52% -
HSV(B) 37.66º 0.69% 0.78% -
XYZ 35.46 34.13 9.42 -
YUV 154.45 76.4 160.49 -
System Red Green Blue C M Y K H S L
Decimal 200 149 63 0 0.26 0.68 0.22 37.66 0.55 0.52
Hex C8 95 3F 0 1A 44 16 26 37 34
Octal 310 225 77 0 32 104 26 46 67 64
Binary 11001000 10010101 111111 0 11010 1000100 10110 100110 110111 110100

Color Harmonies of #C8953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8953F

Black with #C8953F

Text Example


Text Example

White with #C8953F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8953F; }

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

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

background-color css

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

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

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

border-color css

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

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

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