Html Css Color HEX #C99338 Anzac

📋 copy color: '#C99338'

red 201 ◦ green 147 ◦ blue 56

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

Shades of Anzac #C99338

Tints of Anzac #C99338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.86%

R = 49.75%
G = 36.39%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C99338 (or 0xC99338) is known color: Anzac. HEX triplet: C9, 93 and 38. RGB value is (201,147,56). Sum of RGB (Red+Green+Blue) = 201+147+56=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 56 (22.27% from 255 or 13.86% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C99338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99338 is #366CC7. Grayscale: #999999. Windows color (decimal): -3566792 or 3707849. OLE color: 3707849.

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

Color convert

RGB 201 147 56 -
CMYK 0 0.27 0.72 0.21
HSL 37.66º 0.57% 0.5% -
HSV(B) 37.66º 0.72% 0.79% -
XYZ 35.23 33.57 8.36 -
YUV 152.77 73.39 162.4 -
System Red Green Blue C M Y K H S L
Decimal 201 147 56 0 0.27 0.72 0.21 37.66 0.57 0.5
Hex C9 93 38 0 1B 48 15 26 39 32
Octal 311 223 70 0 33 110 25 46 71 62
Binary 11001001 10010011 111000 0 11011 1001000 10101 100110 111001 110010

Color Harmonies of #C99338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99338

Black with #C99338

Text Example


Text Example

White with #C99338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99338; }

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

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

background-color css

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

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

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

border-color css

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

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

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