Html Css Color HEX #C88D40 Anzac

📋 copy color: '#C88D40'

red 200 ◦ green 141 ◦ blue 64

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

Shades of Anzac #C88D40

Tints of Anzac #C88D40

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.81%

 BLUE value IS 64 (25.39% from 255) = 15.8%

R = 49.38%
G = 34.81%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C88D40 (or 0xC88D40) is known color: Anzac. HEX triplet: C8, 8D and 40. RGB value is (200,141,64). Sum of RGB (Red+Green+Blue) = 200+141+64=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88D40 is #3772BF. Grayscale: #969696. Windows color (decimal): -3633856 or 4230600. OLE color: 4230600.

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

Color convert

RGB 200 141 64 -
CMYK 0 0.29 0.68 0.22
HSL 33.97º 0.55% 0.52% -
HSV(B) 33.97º 0.68% 0.78% -
XYZ 34.27 31.7 9.16 -
YUV 149.86 79.55 163.76 -
System Red Green Blue C M Y K H S L
Decimal 200 141 64 0 0.29 0.68 0.22 33.97 0.55 0.52
Hex C8 8D 40 0 1D 44 16 22 37 34
Octal 310 215 100 0 35 104 26 42 67 64
Binary 11001000 10001101 1000000 0 11101 1000100 10110 100010 110111 110100

Color Harmonies of #C88D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88D40

Black with #C88D40

Text Example


Text Example

White with #C88D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88D40; }

 p { color: rgb(200,141,64); }

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

background-color css

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

 a { background-color: rgb(200,141,64); }

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

border-color css

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

 span { border-color: rgb(200,141,64); }

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