Html Css Color HEX #CA9140 Anzac

📋 copy color: '#CA9140'

red 202 ◦ green 145 ◦ blue 64

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

Shades of Anzac #CA9140

Tints of Anzac #CA9140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.57%

R = 49.15%
G = 35.28%
B = 15.57%

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

#CA9140 (or 0xCA9140) is known color: Anzac. HEX triplet: CA, 91 and 40. RGB value is (202,145,64). Sum of RGB (Red+Green+Blue) = 202+145+64=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9140 is #356EBF. Grayscale: #999999. Windows color (decimal): -3501760 or 4231626. OLE color: 4231626.

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

Color convert

RGB 202 145 64 -
CMYK 0 0.28 0.68 0.21
HSL 35.22º 0.57% 0.52% -
HSV(B) 35.22º 0.68% 0.79% -
XYZ 35.41 33.18 9.39 -
YUV 152.81 77.88 163.09 -
System Red Green Blue C M Y K H S L
Decimal 202 145 64 0 0.28 0.68 0.21 35.22 0.57 0.52
Hex CA 91 40 0 1C 44 15 23 39 34
Octal 312 221 100 0 34 104 25 43 71 64
Binary 11001010 10010001 1000000 0 11100 1000100 10101 100011 111001 110100

Color Harmonies of #CA9140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9140

Black with #CA9140

Text Example


Text Example

White with #CA9140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9140; }

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

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

background-color css

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

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

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

border-color css

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

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

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