Html Css Color HEX #C99344 Anzac

📋 copy color: '#C99344'

red 201 ◦ green 147 ◦ blue 68

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

Shades of Anzac #C99344

Tints of Anzac #C99344

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.34%

 BLUE value IS 68 (26.95% from 255) = 16.35%

R = 48.32%
G = 35.34%
B = 16.35%

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

#C99344 (or 0xC99344) is known color: Anzac. HEX triplet: C9, 93 and 44. RGB value is (201,147,68). Sum of RGB (Red+Green+Blue) = 201+147+68=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C99344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99344 is #366CBB. Grayscale: #9A9A9A. Windows color (decimal): -3566780 or 4494281. OLE color: 4494281.

HSL color Cylindrical-coordinate representation of color #C99344: hue angle of 35.64º 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 #C99344 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 147 68 -
CMYK 0 0.27 0.66 0.21
HSL 35.64º 0.55% 0.53% -
HSV(B) 35.64º 0.66% 0.79% -
XYZ 35.56 33.7 10.1 -
YUV 154.14 79.39 161.42 -
System Red Green Blue C M Y K H S L
Decimal 201 147 68 0 0.27 0.66 0.21 35.64 0.55 0.53
Hex C9 93 44 0 1B 42 15 24 37 35
Octal 311 223 104 0 33 102 25 44 67 65
Binary 11001001 10010011 1000100 0 11011 1000010 10101 100100 110111 110101

Color Harmonies of #C99344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99344

Black with #C99344

Text Example


Text Example

White with #C99344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99344; }

 p { color: rgb(201,147,68); }

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

background-color css

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

 a { background-color: rgb(201,147,68); }

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

border-color css

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

 span { border-color: rgb(201,147,68); }

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