Html Css Color HEX #CA9540 Anzac

📋 copy color: '#CA9540'

red 202 ◦ green 149 ◦ blue 64

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

Shades of Anzac #CA9540

Tints of Anzac #CA9540

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.9%

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

R = 48.67%
G = 35.9%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA9540 (or 0xCA9540) is known color: Anzac. HEX triplet: CA, 95 and 40. RGB value is (202,149,64). Sum of RGB (Red+Green+Blue) = 202+149+64=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9540 is #356ABF. Grayscale: #9B9B9B. Windows color (decimal): -3500736 or 4232650. OLE color: 4232650.

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

Color convert

RGB 202 149 64 -
CMYK 0 0.26 0.68 0.21
HSL 36.96º 0.57% 0.52% -
HSV(B) 36.96º 0.68% 0.79% -
XYZ 36.03 34.42 9.6 -
YUV 155.16 76.56 161.41 -
System Red Green Blue C M Y K H S L
Decimal 202 149 64 0 0.26 0.68 0.21 36.96 0.57 0.52
Hex CA 95 40 0 1A 44 15 25 39 34
Octal 312 225 100 0 32 104 25 45 71 64
Binary 11001010 10010101 1000000 0 11010 1000100 10101 100101 111001 110100

Color Harmonies of #CA9540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9540

Black with #CA9540

Text Example


Text Example

White with #CA9540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9540; }

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

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

background-color css

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

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

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

border-color css

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

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

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