Html Css Color HEX #C99B3C Anzac

📋 copy color: '#C99B3C'

red 201 ◦ green 155 ◦ blue 60

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

Shades of Anzac #C99B3C

Tints of Anzac #C99B3C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.26%

 BLUE value IS 60 (23.83% from 255) = 14.42%

R = 48.32%
G = 37.26%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C99B3C (or 0xC99B3C) is known color: Anzac. HEX triplet: C9, 9B and 3C. RGB value is (201,155,60). Sum of RGB (Red+Green+Blue) = 201+155+60=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99B3C is #3664C3. Grayscale: #9E9E9E. Windows color (decimal): -3564740 or 3972041. OLE color: 3972041.

HSL color Cylindrical-coordinate representation of color #C99B3C: hue angle of 40.43º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C99B3C is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 155 60 -
CMYK 0 0.23 0.70 0.21
HSL 40.43º 0.57% 0.51% -
HSV(B) 40.43º 0.7% 0.79% -
XYZ 36.62 36.19 9.33 -
YUV 157.92 72.74 158.72 -
System Red Green Blue C M Y K H S L
Decimal 201 155 60 0 0.23 0.70 0.21 40.43 0.57 0.51
Hex C9 9B 3C 0 17 46 15 28 39 33
Octal 311 233 74 0 27 106 25 50 71 63
Binary 11001001 10011011 111100 0 10111 1000110 10101 101000 111001 110011

Color Harmonies of #C99B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99B3C

Black with #C99B3C

Text Example


Text Example

White with #C99B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99B3C; }

 p { color: rgb(201,155,60); }

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

background-color css

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

 a { background-color: rgb(201,155,60); }

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

border-color css

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

 span { border-color: rgb(201,155,60); }

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