Html Css Color HEX #CA8D49 Anzac

📋 copy color: '#CA8D49'

red 202 ◦ green 141 ◦ blue 73

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

Shades of Anzac #CA8D49

Tints of Anzac #CA8D49

RGB

 RED value IS 202 (79.3% from 255) = 48.56%

 GREEN value IS 141 (55.47% from 255) = 33.89%

 BLUE value IS 73 (28.91% from 255) = 17.55%

R = 48.56%
G = 33.89%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA8D49 (or 0xCA8D49) is known color: Anzac. HEX triplet: CA, 8D and 49. RGB value is (202,141,73). Sum of RGB (Red+Green+Blue) = 202+141+73=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8D49 is #3572B6. Grayscale: #979797. Windows color (decimal): -3502775 or 4820426. OLE color: 4820426.

HSL color Cylindrical-coordinate representation of color #CA8D49: hue angle of 31.63º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA8D49 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 141 73 -
CMYK 0 0.30 0.64 0.21
HSL 31.63º 0.55% 0.54% -
HSV(B) 31.63º 0.64% 0.79% -
XYZ 35.08 32.09 10.65 -
YUV 151.49 83.71 164.03 -
System Red Green Blue C M Y K H S L
Decimal 202 141 73 0 0.30 0.64 0.21 31.63 0.55 0.54
Hex CA 8D 49 0 1E 40 15 20 37 36
Octal 312 215 111 0 36 100 25 40 67 66
Binary 11001010 10001101 1001001 0 11110 1000000 10101 100000 110111 110110

Color Harmonies of #CA8D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8D49

Black with #CA8D49

Text Example


Text Example

White with #CA8D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8D49; }

 p { color: rgb(202,141,73); }

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

background-color css

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

 a { background-color: rgb(202,141,73); }

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

border-color css

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

 span { border-color: rgb(202,141,73); }

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