Html Css Color HEX #CA9840 Anzac

📋 copy color: '#CA9840'

red 202 ◦ green 152 ◦ blue 64

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

Shades of Anzac #CA9840

Tints of Anzac #CA9840

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.36%

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

R = 48.33%
G = 36.36%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA9840 (or 0xCA9840) is known color: Anzac. HEX triplet: CA, 98 and 40. RGB value is (202,152,64). Sum of RGB (Red+Green+Blue) = 202+152+64=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9840 is #3567BF. Grayscale: #9D9D9D. Windows color (decimal): -3499968 or 4233418. OLE color: 4233418.

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

Color convert

RGB 202 152 64 -
CMYK 0 0.25 0.68 0.21
HSL 38.26º 0.57% 0.52% -
HSV(B) 38.26º 0.68% 0.79% -
XYZ 36.51 35.38 9.76 -
YUV 156.92 75.57 160.16 -
System Red Green Blue C M Y K H S L
Decimal 202 152 64 0 0.25 0.68 0.21 38.26 0.57 0.52
Hex CA 98 40 0 19 44 15 26 39 34
Octal 312 230 100 0 31 104 25 46 71 64
Binary 11001010 10011000 1000000 0 11001 1000100 10101 100110 111001 110100

Color Harmonies of #CA9840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9840

Black with #CA9840

Text Example


Text Example

White with #CA9840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9840; }

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

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

background-color css

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

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

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

border-color css

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

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

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