Html Css Color HEX #C9963E Anzac

📋 copy color: '#C9963E'

red 201 ◦ green 150 ◦ blue 62

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

Shades of Anzac #C9963E

Tints of Anzac #C9963E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.01%

R = 48.67%
G = 36.32%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9963E (or 0xC9963E) is known color: Anzac. HEX triplet: C9, 96 and 3E. RGB value is (201,150,62). Sum of RGB (Red+Green+Blue) = 201+150+62=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9963E is #3669C1. Grayscale: #9B9B9B. Windows color (decimal): -3566018 or 4101833. OLE color: 4101833.

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

Color convert

RGB 201 150 62 -
CMYK 0 0.25 0.69 0.21
HSL 37.99º 0.56% 0.52% -
HSV(B) 37.99º 0.69% 0.79% -
XYZ 35.86 34.58 9.34 -
YUV 155.22 75.4 160.66 -
System Red Green Blue C M Y K H S L
Decimal 201 150 62 0 0.25 0.69 0.21 37.99 0.56 0.52
Hex C9 96 3E 0 19 45 15 26 38 34
Octal 311 226 76 0 31 105 25 46 70 64
Binary 11001001 10010110 111110 0 11001 1000101 10101 100110 111000 110100

Color Harmonies of #C9963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9963E

Black with #C9963E

Text Example


Text Example

White with #C9963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9963E; }

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

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

background-color css

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

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

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

border-color css

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

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

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