Html Css Color HEX #C88D41 Anzac

📋 copy color: '#C88D41'

red 200 ◦ green 141 ◦ blue 65

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

Shades of Anzac #C88D41

Tints of Anzac #C88D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.01%

R = 49.26%
G = 34.73%
B = 16.01%

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

#C88D41 (or 0xC88D41) is known color: Anzac. HEX triplet: C8, 8D and 41. RGB value is (200,141,65). Sum of RGB (Red+Green+Blue) = 200+141+65=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88D41 is #3772BE. Grayscale: #969696. Windows color (decimal): -3633855 or 4296136. OLE color: 4296136.

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

Color convert

RGB 200 141 65 -
CMYK 0 0.29 0.68 0.22
HSL 33.78º 0.55% 0.52% -
HSV(B) 33.78º 0.68% 0.78% -
XYZ 34.3 31.71 9.31 -
YUV 149.98 80.05 163.68 -
System Red Green Blue C M Y K H S L
Decimal 200 141 65 0 0.29 0.68 0.22 33.78 0.55 0.52
Hex C8 8D 41 0 1D 44 16 22 37 34
Octal 310 215 101 0 35 104 26 42 67 64
Binary 11001000 10001101 1000001 0 11101 1000100 10110 100010 110111 110100

Color Harmonies of #C88D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88D41

Black with #C88D41

Text Example


Text Example

White with #C88D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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