Html Css Color HEX #C8883A Anzac

📋 copy color: '#C8883A'

red 200 ◦ green 136 ◦ blue 58

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

Shades of Anzac #C8883A

Tints of Anzac #C8883A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.52%

 BLUE value IS 58 (23.05% from 255) = 14.72%

R = 50.76%
G = 34.52%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8883A (or 0xC8883A) is known color: Anzac. HEX triplet: C8, 88 and 3A. RGB value is (200,136,58). Sum of RGB (Red+Green+Blue) = 200+136+58=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8883A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8883A is #3777C5. Grayscale: #929292. Windows color (decimal): -3635142 or 3836104. OLE color: 3836104.

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

Color convert

RGB 200 136 58 -
CMYK 0 0.32 0.71 0.22
HSL 32.96º 0.56% 0.51% -
HSV(B) 32.96º 0.71% 0.78% -
XYZ 33.39 30.19 8.07 -
YUV 146.24 78.2 166.34 -
System Red Green Blue C M Y K H S L
Decimal 200 136 58 0 0.32 0.71 0.22 32.96 0.56 0.51
Hex C8 88 3A 0 20 47 16 21 38 33
Octal 310 210 72 0 40 107 26 41 70 63
Binary 11001000 10001000 111010 0 100000 1000111 10110 100001 111000 110011

Color Harmonies of #C8883A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8883A

Black with #C8883A

Text Example


Text Example

White with #C8883A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8883A; }

 p { color: rgb(200,136,58); }

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

background-color css

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

 a { background-color: rgb(200,136,58); }

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

border-color css

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

 span { border-color: rgb(200,136,58); }

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