Html Css Color HEX #CA9146 Anzac

📋 copy color: '#CA9146'

red 202 ◦ green 145 ◦ blue 70

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

Shades of Anzac #CA9146

Tints of Anzac #CA9146

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.77%

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

R = 48.44%
G = 34.77%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA9146 (or 0xCA9146) is known color: Anzac. HEX triplet: CA, 91 and 46. RGB value is (202,145,70). Sum of RGB (Red+Green+Blue) = 202+145+70=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 70 (27.73% from 255 or 16.79% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9146 is #356EB9. Grayscale: #999999. Windows color (decimal): -3501754 or 4624842. OLE color: 4624842.

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

Color convert

RGB 202 145 70 -
CMYK 0 0.28 0.65 0.21
HSL 34.09º 0.55% 0.53% -
HSV(B) 34.09º 0.65% 0.79% -
XYZ 35.59 33.25 10.34 -
YUV 153.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 202 145 70 0 0.28 0.65 0.21 34.09 0.55 0.53
Hex CA 91 46 0 1C 41 15 22 37 35
Octal 312 221 106 0 34 101 25 42 67 65
Binary 11001010 10010001 1000110 0 11100 1000001 10101 100010 110111 110101

Color Harmonies of #CA9146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9146

Black with #CA9146

Text Example


Text Example

White with #CA9146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9146; }

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

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

background-color css

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

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

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

border-color css

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

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

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