Html Css Color HEX #C98B3C Anzac

📋 copy color: '#C98B3C'

red 201 ◦ green 139 ◦ blue 60

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

Shades of Anzac #C98B3C

Tints of Anzac #C98B3C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.75%

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

R = 50.25%
G = 34.75%
B = 15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C98B3C (or 0xC98B3C) is known color: Anzac. HEX triplet: C9, 8B and 3C. RGB value is (201,139,60). Sum of RGB (Red+Green+Blue) = 201+139+60=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 60 (23.83% from 255 or 15% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98B3C is #3674C3. Grayscale: #949494. Windows color (decimal): -3568836 or 3967945. OLE color: 3967945.

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

Color convert

RGB 201 139 60 -
CMYK 0 0.31 0.70 0.21
HSL 33.62º 0.57% 0.51% -
HSV(B) 33.62º 0.7% 0.79% -
XYZ 34.14 31.21 8.5 -
YUV 148.53 78.04 165.42 -
System Red Green Blue C M Y K H S L
Decimal 201 139 60 0 0.31 0.70 0.21 33.62 0.57 0.51
Hex C9 8B 3C 0 1F 46 15 22 39 33
Octal 311 213 74 0 37 106 25 42 71 63
Binary 11001001 10001011 111100 0 11111 1000110 10101 100010 111001 110011

Color Harmonies of #C98B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98B3C

Black with #C98B3C

Text Example


Text Example

White with #C98B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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