Html Css Color HEX #C99641 Anzac

📋 copy color: '#C99641'

red 201 ◦ green 150 ◦ blue 65

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

Shades of Anzac #C99641

Tints of Anzac #C99641

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.06%

 BLUE value IS 65 (25.78% from 255) = 15.63%

R = 48.32%
G = 36.06%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C99641 (or 0xC99641) is known color: Anzac. HEX triplet: C9, 96 and 41. RGB value is (201,150,65). Sum of RGB (Red+Green+Blue) = 201+150+65=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C99641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99641 is #3669BE. Grayscale: #9B9B9B. Windows color (decimal): -3566015 or 4298441. OLE color: 4298441.

HSL color Cylindrical-coordinate representation of color #C99641: hue angle of 37.5º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C99641 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 150 65 -
CMYK 0 0.25 0.68 0.21
HSL 37.5º 0.56% 0.52% -
HSV(B) 37.5º 0.68% 0.79% -
XYZ 35.95 34.61 9.79 -
YUV 155.56 76.9 160.41 -
System Red Green Blue C M Y K H S L
Decimal 201 150 65 0 0.25 0.68 0.21 37.5 0.56 0.52
Hex C9 96 41 0 19 44 15 26 38 34
Octal 311 226 101 0 31 104 25 46 70 64
Binary 11001001 10010110 1000001 0 11001 1000100 10101 100110 111000 110100

Color Harmonies of #C99641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99641

Black with #C99641

Text Example


Text Example

White with #C99641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99641; }

 p { color: rgb(201,150,65); }

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

background-color css

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

 a { background-color: rgb(201,150,65); }

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

border-color css

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

 span { border-color: rgb(201,150,65); }

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