Html Css Color HEX #C88C36 Anzac

📋 copy color: '#C88C36'

red 200 ◦ green 140 ◦ blue 54

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

Shades of Anzac #C88C36

Tints of Anzac #C88C36

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.53%

 BLUE value IS 54 (21.48% from 255) = 13.71%

R = 50.76%
G = 35.53%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C88C36 (or 0xC88C36) is known color: Anzac. HEX triplet: C8, 8C and 36. RGB value is (200,140,54). Sum of RGB (Red+Green+Blue) = 200+140+54=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 54 (21.48% from 255 or 13.71% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88C36 is #3773C9. Grayscale: #949494. Windows color (decimal): -3634122 or 3574984. OLE color: 3574984.

HSL color Cylindrical-coordinate representation of color #C88C36: hue angle of 35.34º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C88C36 is Cyan = 0, Magento = 0.3, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 140 54 -
CMYK 0 0.3 0.73 0.22
HSL 35.34º 0.57% 0.5% -
HSV(B) 35.34º 0.73% 0.78% -
XYZ 33.86 31.3 7.75 -
YUV 148.14 74.88 164.99 -
System Red Green Blue C M Y K H S L
Decimal 200 140 54 0 0.3 0.73 0.22 35.34 0.57 0.5
Hex C8 8C 36 0 1E 49 16 23 39 32
Octal 310 214 66 0 36 111 26 43 71 62
Binary 11001000 10001100 110110 0 11110 1001001 10110 100011 111001 110010

Color Harmonies of #C88C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88C36

Black with #C88C36

Text Example


Text Example

White with #C88C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88C36; }

 p { color: rgb(200,140,54); }

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

background-color css

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

 a { background-color: rgb(200,140,54); }

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

border-color css

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

 span { border-color: rgb(200,140,54); }

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