Html Css Color HEX #CA8D46 Anzac

📋 copy color: '#CA8D46'

red 202 ◦ green 141 ◦ blue 70

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

Shades of Anzac #CA8D46

Tints of Anzac #CA8D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.95%

R = 48.91%
G = 34.14%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA8D46 (or 0xCA8D46) is known color: Anzac. HEX triplet: CA, 8D and 46. RGB value is (202,141,70). Sum of RGB (Red+Green+Blue) = 202+141+70=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 70 (27.73% from 255 or 16.95% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8D46 is #3572B9. Grayscale: #979797. Windows color (decimal): -3502778 or 4623818. OLE color: 4623818.

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

Color convert

RGB 202 141 70 -
CMYK 0 0.30 0.65 0.21
HSL 32.27º 0.55% 0.53% -
HSV(B) 32.27º 0.65% 0.79% -
XYZ 34.99 32.05 10.14 -
YUV 151.15 82.21 164.27 -
System Red Green Blue C M Y K H S L
Decimal 202 141 70 0 0.30 0.65 0.21 32.27 0.55 0.53
Hex CA 8D 46 0 1E 41 15 20 37 35
Octal 312 215 106 0 36 101 25 40 67 65
Binary 11001010 10001101 1000110 0 11110 1000001 10101 100000 110111 110101

Color Harmonies of #CA8D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8D46

Black with #CA8D46

Text Example


Text Example

White with #CA8D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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