Html Css Color HEX #C99148 Anzac

📋 copy color: '#C99148'

red 201 ◦ green 145 ◦ blue 72

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

Shades of Anzac #C99148

Tints of Anzac #C99148

RGB

 RED value IS 201 (78.91% from 255) = 48.09%

 GREEN value IS 145 (57.03% from 255) = 34.69%

 BLUE value IS 72 (28.52% from 255) = 17.22%

R = 48.09%
G = 34.69%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C99148 (or 0xC99148) is known color: Anzac. HEX triplet: C9, 91 and 48. RGB value is (201,145,72). Sum of RGB (Red+Green+Blue) = 201+145+72=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 72 (28.52% from 255 or 17.22% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C99148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99148 is #366EB7. Grayscale: #999999. Windows color (decimal): -3567288 or 4755913. OLE color: 4755913.

HSL color Cylindrical-coordinate representation of color #C99148: hue angle of 33.95º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C99148 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 145 72 -
CMYK 0 0.28 0.64 0.21
HSL 33.95º 0.54% 0.54% -
HSV(B) 33.95º 0.64% 0.79% -
XYZ 35.38 33.14 10.66 -
YUV 153.42 82.05 161.94 -
System Red Green Blue C M Y K H S L
Decimal 201 145 72 0 0.28 0.64 0.21 33.95 0.54 0.54
Hex C9 91 48 0 1C 40 15 22 36 36
Octal 311 221 110 0 34 100 25 42 66 66
Binary 11001001 10010001 1001000 0 11100 1000000 10101 100010 110110 110110

Color Harmonies of #C99148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99148

Black with #C99148

Text Example


Text Example

White with #C99148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99148; }

 p { color: rgb(201,145,72); }

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

background-color css

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

 a { background-color: rgb(201,145,72); }

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

border-color css

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

 span { border-color: rgb(201,145,72); }

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