Html Css Color HEX #C88A47 Anzac

📋 copy color: '#C88A47'

red 200 ◦ green 138 ◦ blue 71

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

Shades of Anzac #C88A47

Tints of Anzac #C88A47

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.74%

 BLUE value IS 71 (28.13% from 255) = 17.36%

R = 48.9%
G = 33.74%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C88A47 (or 0xC88A47) is known color: Anzac. HEX triplet: C8, 8A and 47. RGB value is (200,138,71). Sum of RGB (Red+Green+Blue) = 200+138+71=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88A47 is #3775B8. Grayscale: #959595. Windows color (decimal): -3634617 or 4688584. OLE color: 4688584.

HSL color Cylindrical-coordinate representation of color #C88A47: hue angle of 31.16º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C88A47 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 138 71 -
CMYK 0 0.31 0.64 0.22
HSL 31.16º 0.54% 0.53% -
HSV(B) 31.16º 0.65% 0.78% -
XYZ 34.05 30.91 10.13 -
YUV 148.9 84.04 164.45 -
System Red Green Blue C M Y K H S L
Decimal 200 138 71 0 0.31 0.64 0.22 31.16 0.54 0.53
Hex C8 8A 47 0 1F 40 16 1F 36 35
Octal 310 212 107 0 37 100 26 37 66 65
Binary 11001000 10001010 1000111 0 11111 1000000 10110 11111 110110 110101

Color Harmonies of #C88A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A47

Black with #C88A47

Text Example


Text Example

White with #C88A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A47; }

 p { color: rgb(200,138,71); }

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

background-color css

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

 a { background-color: rgb(200,138,71); }

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

border-color css

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

 span { border-color: rgb(200,138,71); }

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