Html Css Color HEX #CA9746 Anzac

📋 copy color: '#CA9746'

red 202 ◦ green 151 ◦ blue 70

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

Shades of Anzac #CA9746

Tints of Anzac #CA9746

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.7%

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

R = 47.75%
G = 35.7%
B = 16.55%

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

#CA9746 (or 0xCA9746) is known color: Anzac. HEX triplet: CA, 97 and 46. RGB value is (202,151,70). Sum of RGB (Red+Green+Blue) = 202+151+70=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 70 (27.73% from 255 or 16.55% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9746 is #3568B9. Grayscale: #9D9D9D. Windows color (decimal): -3500218 or 4626378. OLE color: 4626378.

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

Color convert

RGB 202 151 70 -
CMYK 0 0.25 0.65 0.21
HSL 36.82º 0.55% 0.53% -
HSV(B) 36.82º 0.65% 0.79% -
XYZ 36.53 35.13 10.65 -
YUV 157.02 78.9 160.09 -
System Red Green Blue C M Y K H S L
Decimal 202 151 70 0 0.25 0.65 0.21 36.82 0.55 0.53
Hex CA 97 46 0 19 41 15 25 37 35
Octal 312 227 106 0 31 101 25 45 67 65
Binary 11001010 10010111 1000110 0 11001 1000001 10101 100101 110111 110101

Color Harmonies of #CA9746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9746

Black with #CA9746

Text Example


Text Example

White with #CA9746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9746; }

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

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

background-color css

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

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

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

border-color css

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

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

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