Html Css Color HEX #CA9141 Anzac

📋 copy color: '#CA9141'

red 202 ◦ green 145 ◦ blue 65

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

Shades of Anzac #CA9141

Tints of Anzac #CA9141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.78%

R = 49.03%
G = 35.19%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA9141 (or 0xCA9141) is known color: Anzac. HEX triplet: CA, 91 and 41. RGB value is (202,145,65). Sum of RGB (Red+Green+Blue) = 202+145+65=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9141 is #356EBE. Grayscale: #999999. Windows color (decimal): -3501759 or 4297162. OLE color: 4297162.

HSL color Cylindrical-coordinate representation of color #CA9141: hue angle of 35.04º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA9141 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 145 65 -
CMYK 0 0.28 0.68 0.21
HSL 35.04º 0.56% 0.52% -
HSV(B) 35.04º 0.68% 0.79% -
XYZ 35.44 33.19 9.54 -
YUV 152.92 78.38 163 -
System Red Green Blue C M Y K H S L
Decimal 202 145 65 0 0.28 0.68 0.21 35.04 0.56 0.52
Hex CA 91 41 0 1C 44 15 23 38 34
Octal 312 221 101 0 34 104 25 43 70 64
Binary 11001010 10010001 1000001 0 11100 1000100 10101 100011 111000 110100

Color Harmonies of #CA9141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9141

Black with #CA9141

Text Example


Text Example

White with #CA9141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9141; }

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

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

background-color css

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

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

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

border-color css

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

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

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