Html Css Color HEX #C99245 Anzac

📋 copy color: '#C99245'

red 201 ◦ green 146 ◦ blue 69

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

Shades of Anzac #C99245

Tints of Anzac #C99245

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.1%

 BLUE value IS 69 (27.34% from 255) = 16.59%

R = 48.32%
G = 35.1%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C99245 (or 0xC99245) is known color: Anzac. HEX triplet: C9, 92 and 45. RGB value is (201,146,69). Sum of RGB (Red+Green+Blue) = 201+146+69=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C99245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99245 is #366DBA. Grayscale: #9A9A9A. Windows color (decimal): -3567035 or 4559561. OLE color: 4559561.

HSL color Cylindrical-coordinate representation of color #C99245: hue angle of 35º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C99245 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 146 69 -
CMYK 0 0.27 0.66 0.21
HSL 35º 0.55% 0.53% -
HSV(B) 35º 0.66% 0.79% -
XYZ 35.44 33.4 10.21 -
YUV 153.67 80.22 161.76 -
System Red Green Blue C M Y K H S L
Decimal 201 146 69 0 0.27 0.66 0.21 35 0.55 0.53
Hex C9 92 45 0 1B 42 15 23 37 35
Octal 311 222 105 0 33 102 25 43 67 65
Binary 11001001 10010010 1000101 0 11011 1000010 10101 100011 110111 110101

Color Harmonies of #C99245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99245

Black with #C99245

Text Example


Text Example

White with #C99245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99245; }

 p { color: rgb(201,146,69); }

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

background-color css

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

 a { background-color: rgb(201,146,69); }

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

border-color css

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

 span { border-color: rgb(201,146,69); }

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