Html Css Color HEX #C99C3C Anzac

📋 copy color: '#C99C3C'

red 201 ◦ green 156 ◦ blue 60

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

Shades of Anzac #C99C3C

Tints of Anzac #C99C3C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.41%

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

R = 48.2%
G = 37.41%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C99C3C (or 0xC99C3C) is known color: Anzac. HEX triplet: C9, 9C and 3C. RGB value is (201,156,60). Sum of RGB (Red+Green+Blue) = 201+156+60=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 60 (23.83% from 255 or 14.39% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99C3C is #3663C3. Grayscale: #9E9E9E. Windows color (decimal): -3564484 or 3972297. OLE color: 3972297.

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

Color convert

RGB 201 156 60 -
CMYK 0 0.22 0.70 0.21
HSL 40.85º 0.57% 0.51% -
HSV(B) 40.85º 0.7% 0.79% -
XYZ 36.79 36.52 9.39 -
YUV 158.51 72.41 158.31 -
System Red Green Blue C M Y K H S L
Decimal 201 156 60 0 0.22 0.70 0.21 40.85 0.57 0.51
Hex C9 9C 3C 0 16 46 15 29 39 33
Octal 311 234 74 0 26 106 25 51 71 63
Binary 11001001 10011100 111100 0 10110 1000110 10101 101001 111001 110011

Color Harmonies of #C99C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99C3C

Black with #C99C3C

Text Example


Text Example

White with #C99C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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