Html Css Color HEX #CA9940 Anzac

📋 copy color: '#CA9940'

red 202 ◦ green 153 ◦ blue 64

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

Shades of Anzac #CA9940

Tints of Anzac #CA9940

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.52%

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

R = 48.21%
G = 36.52%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA9940 (or 0xCA9940) is known color: Anzac. HEX triplet: CA, 99 and 40. RGB value is (202,153,64). Sum of RGB (Red+Green+Blue) = 202+153+64=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9940 is #3566BF. Grayscale: #9D9D9D. Windows color (decimal): -3499712 or 4233674. OLE color: 4233674.

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

Color convert

RGB 202 153 64 -
CMYK 0 0.24 0.68 0.21
HSL 38.7º 0.57% 0.52% -
HSV(B) 38.7º 0.68% 0.79% -
XYZ 36.67 35.71 9.81 -
YUV 157.51 75.23 159.74 -
System Red Green Blue C M Y K H S L
Decimal 202 153 64 0 0.24 0.68 0.21 38.7 0.57 0.52
Hex CA 99 40 0 18 44 15 27 39 34
Octal 312 231 100 0 30 104 25 47 71 64
Binary 11001010 10011001 1000000 0 11000 1000100 10101 100111 111001 110100

Color Harmonies of #CA9940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9940

Black with #CA9940

Text Example


Text Example

White with #CA9940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9940; }

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

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

background-color css

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

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

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

border-color css

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

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

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