Html Css Color HEX #CA9846 Anzac

📋 copy color: '#CA9846'

red 202 ◦ green 152 ◦ blue 70

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

Shades of Anzac #CA9846

Tints of Anzac #CA9846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.51%

R = 47.64%
G = 35.85%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA9846 (or 0xCA9846) is known color: Anzac. HEX triplet: CA, 98 and 46. RGB value is (202,152,70). Sum of RGB (Red+Green+Blue) = 202+152+70=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9846 is #3567B9. Grayscale: #9D9D9D. Windows color (decimal): -3499962 or 4626634. OLE color: 4626634.

HSL color Cylindrical-coordinate representation of color #CA9846: hue angle of 37.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA9846 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 152 70 -
CMYK 0 0.25 0.65 0.21
HSL 37.27º 0.55% 0.53% -
HSV(B) 37.27º 0.65% 0.79% -
XYZ 36.69 35.46 10.7 -
YUV 157.6 78.57 159.67 -
System Red Green Blue C M Y K H S L
Decimal 202 152 70 0 0.25 0.65 0.21 37.27 0.55 0.53
Hex CA 98 46 0 19 41 15 25 37 35
Octal 312 230 106 0 31 101 25 45 67 65
Binary 11001010 10011000 1000110 0 11001 1000001 10101 100101 110111 110101

Color Harmonies of #CA9846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9846

Black with #CA9846

Text Example


Text Example

White with #CA9846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9846; }

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

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

background-color css

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

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

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

border-color css

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

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

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